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

/freebsd-12-stable/sys/dev/aac/
H A Daacvar.h240 void (*aif_qnotify)(struct aac_softc *sc, int qbit); member in struct:aac_interface
258 #define AAC_QNOTIFY(sc, qbit) ((sc)->aac_if->aif_qnotify((sc), (qbit)))
/freebsd-12-stable/sys/dev/aacraid/
H A Daacraid_var.h275 void (*aif_qnotify)(struct aac_softc *sc, int qbit); member in struct:aac_interface
291 #define AAC_QNOTIFY(sc, qbit) ((sc)->aac_if.aif_qnotify((sc), (qbit)))

Completed in 65 milliseconds