Searched refs:aif_qnotify (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/aac/
H A Daacvar.h238 void (*aif_qnotify)(struct aac_softc *sc, int qbit); member in struct:aac_interface
256 #define AAC_QNOTIFY(sc, qbit) ((sc)->aac_if->aif_qnotify((sc), (qbit)))
/freebsd-11-stable/sys/dev/aacraid/
H A Daacraid_var.h273 void (*aif_qnotify)(struct aac_softc *sc, int qbit); member in struct:aac_interface
289 #define AAC_QNOTIFY(sc, qbit) ((sc)->aac_if.aif_qnotify((sc), (qbit)))

Completed in 167 milliseconds