qbit 2158 dev/ic/aac.c aac_sa_qnotify(struct aac_softc *sc, int qbit) qbit 2160 dev/ic/aac.c AAC_SETREG2(sc, AAC_SA_DOORBELL1_SET, qbit); qbit 2164 dev/ic/aac.c aac_rx_qnotify(struct aac_softc *sc, int qbit) qbit 2166 dev/ic/aac.c AAC_SETREG4(sc, AAC_RX_IDBR, qbit); qbit 2170 dev/ic/aac.c aac_fa_qnotify(struct aac_softc *sc, int qbit) qbit 2172 dev/ic/aac.c AAC_SETREG2(sc, AAC_FA_DOORBELL1, qbit); qbit 2177 dev/ic/aac.c aac_rkt_qnotify(struct aac_softc *sc, int qbit) qbit 2179 dev/ic/aac.c AAC_SETREG4(sc, AAC_RKT_IDBR, qbit); qbit 188 dev/ic/aacvar.h #define AAC_QNOTIFY(sc, qbit) \ qbit 189 dev/ic/aacvar.h ((sc)->aac_if.aif_qnotify((sc), (qbit)))