Searched refs:qbit (Results 1 – 4 of 4) sorted by relevance
| /src/sys/dev/aac/ |
| H A D | aacvar.h | 238 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 D | aac.c | 112 static void aac_sa_qnotify(struct aac_softc *sc, int qbit); 134 static void aac_rx_qnotify(struct aac_softc *sc, int qbit); 161 static void aac_rkt_qnotify(struct aac_softc *sc, int qbit); 2405 aac_sa_qnotify(struct aac_softc *sc, int qbit) in aac_sa_qnotify() argument 2409 AAC_MEM0_SETREG2(sc, AAC_SA_DOORBELL1_SET, qbit); in aac_sa_qnotify() 2413 aac_rx_qnotify(struct aac_softc *sc, int qbit) in aac_rx_qnotify() argument 2417 AAC_MEM0_SETREG4(sc, AAC_RX_IDBR, qbit); in aac_rx_qnotify() 2421 aac_rkt_qnotify(struct aac_softc *sc, int qbit) in aac_rkt_qnotify() argument 2425 AAC_MEM0_SETREG4(sc, AAC_RKT_IDBR, qbit); in aac_rkt_qnotify()
|
| /src/sys/dev/aacraid/ |
| H A D | aacraid_var.h | 250 void (*aif_qnotify)(struct aac_softc *sc, int qbit); 266 #define AAC_QNOTIFY(sc, qbit) ((sc)->aac_if.aif_qnotify((sc), (qbit))) argument
|
| H A D | aacraid.c | 111 static void aac_src_qnotify(struct aac_softc *sc, int qbit); 2210 aac_src_qnotify(struct aac_softc *sc, int qbit) in aac_src_qnotify() argument 2214 AAC_MEM0_SETREG4(sc, AAC_SRC_IDBR, qbit << AAC_SRC_IDR_SHIFT); in aac_src_qnotify()
|