Home
last modified time | relevance | path

Searched refs:qbit (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/raid/aac/
H A Daacvar.h239 void (*aif_qnotify)(struct aac_softc *sc, int qbit);
256 #define AAC_QNOTIFY(sc, qbit) ((sc)->aac_if->aif_qnotify((sc), (qbit))) argument
H A Daac.c108 static void aac_sa_qnotify(struct aac_softc *sc, int qbit);
130 static void aac_rx_qnotify(struct aac_softc *sc, int qbit);
157 static void aac_rkt_qnotify(struct aac_softc *sc, int qbit);
2395 aac_sa_qnotify(struct aac_softc *sc, int qbit) in aac_sa_qnotify() argument
2399 AAC_MEM0_SETREG2(sc, AAC_SA_DOORBELL1_SET, qbit); in aac_sa_qnotify()
2403 aac_rx_qnotify(struct aac_softc *sc, int qbit) in aac_rx_qnotify() argument
2407 AAC_MEM0_SETREG4(sc, AAC_RX_IDBR, qbit); in aac_rx_qnotify()
2411 aac_rkt_qnotify(struct aac_softc *sc, int qbit) in aac_rkt_qnotify() argument
2415 AAC_MEM0_SETREG4(sc, AAC_RKT_IDBR, qbit); in aac_rkt_qnotify()