Searched defs:qId (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/arch/arm/xscale/ |
H A D | ixp425_qmgr.c | 182 dummyCallback(int qId, void *arg) in dummyCallback() 354 ixpqmgr_qconfig(int qId, int qEntries, int ne, int nf, int srcSel, in ixpqmgr_qconfig() 399 ixpqmgr_qwrite(int qId, uint32_t entry) in ixpqmgr_qwrite() 468 ixpqmgr_qread(int qId, uint32_t *entry) in ixpqmgr_qread() 497 ixpqmgr_qreadm(int qId, uint32_t n, uint32_t *p) in ixpqmgr_qreadm() 536 ixpqmgr_getqstatus(int qId) in ixpqmgr_getqstatus() 562 ixpqmgr_getqconfig(int qId) in ixpqmgr_getqconfig() 642 ixpqmgr_notify_enable(int qId, int srcSel) in ixpqmgr_notify_enable() 658 ixpqmgr_notify_disable(int qId) in ixpqmgr_notify_disable() 908 aqm_int_enable(struct ixpqmgr_softc *sc, int qId) in aqm_int_enable() [all …]
|
H A D | ixp425_qmgr.h | 149 #define IX_QMGR_Q_ACCESS_ADDR_GET(qId)\ argument 227 #define IX_QMGR_Q_CONFIG_ADDR_GET(qId)\ argument
|