Searched defs:qbit (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/sys/dev/aac/ | ||
H A D | aac.c | 2408 aac_sa_qnotify(struct aac_softc * sc,int qbit) aac_sa_qnotify() argument |
H A D | aacvar.h | 256 #define AAC_QNOTIFY(sc, qbit) ((sc)->aac_if->aif_qnotify((sc), (qbit))) argument |
/freebsd-src/sys/dev/aacraid/ | ||
H A D | aacraid.c | 2209 aac_src_qnotify(struct aac_softc * sc,int qbit) aac_src_qnotify() argument |
H A D | aacraid_var.h | 266 #define AAC_QNOTIFY(sc, qbit) ((sc)->aac_if.aif_qnotify((sc), (qbit))) argument |