Searched refs:aac_if (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/aac/
H A Daacvar.h255 #define AAC_GET_FWSTATUS(sc) ((sc)->aac_if->aif_get_fwstatus((sc)))
256 #define AAC_QNOTIFY(sc, qbit) ((sc)->aac_if->aif_qnotify((sc), (qbit)))
257 #define AAC_GET_ISTATUS(sc) ((sc)->aac_if->aif_get_istatus((sc)))
258 #define AAC_CLEAR_ISTATUS(sc, mask) ((sc)->aac_if->aif_clr_istatus((sc), \
261 ((sc)->aac_if->aif_set_mailbox((sc), (command), (arg0), (arg1), (arg2), \
263 #define AAC_GET_MAILBOX(sc, mb) ((sc)->aac_if->aif_get_mailbox((sc), \
265 #define AAC_MASK_INTERRUPTS(sc) ((sc)->aac_if->aif_set_interrupts((sc), \
267 #define AAC_UNMASK_INTERRUPTS(sc) ((sc)->aac_if->aif_set_interrupts((sc), \
269 #define AAC_SEND_COMMAND(sc, cm) ((sc)->aac_if->aif_send_command((sc), (cm)))
270 #define AAC_GET_OUTB_QUEUE(sc) ((sc)->aac_if
345 const struct aac_interface *aac_if; member in struct:aac_softc
[all...]
H A Daac_pci.c374 sc->aac_if = &aac_rx_interface;
379 sc->aac_if = &aac_sa_interface;
384 sc->aac_if = &aac_rkt_interface;
H A Daac.c1771 && sc->aac_if->aif_send_command)
/freebsd-11-stable/sys/dev/aacraid/
H A Daacraid_var.h288 #define AAC_GET_FWSTATUS(sc) ((sc)->aac_if.aif_get_fwstatus((sc)))
289 #define AAC_QNOTIFY(sc, qbit) ((sc)->aac_if.aif_qnotify((sc), (qbit)))
290 #define AAC_GET_ISTATUS(sc) ((sc)->aac_if.aif_get_istatus((sc)))
291 #define AAC_CLEAR_ISTATUS(sc, mask) ((sc)->aac_if.aif_clr_istatus((sc), \
294 ((sc)->aac_if.aif_set_mailbox((sc), (command), (arg0), (arg1), (arg2), \
296 #define AAC_GET_MAILBOX(sc, mb) ((sc)->aac_if.aif_get_mailbox((sc), \
298 #define AAC_ACCESS_DEVREG(sc, mode) ((sc)->aac_if.aif_access_devreg((sc), \
300 #define AAC_SEND_COMMAND(sc, cm) ((sc)->aac_if.aif_send_command((sc), (cm)))
301 #define AAC_GET_OUTB_QUEUE(sc) ((sc)->aac_if.aif_get_outb_queue((sc)))
302 #define AAC_SET_OUTB_QUEUE(sc, idx) ((sc)->aac_if
392 struct aac_interface aac_if; member in struct:aac_softc
[all...]
H A Daacraid_pci.c184 sc->aac_if = aacraid_src_interface;
188 sc->aac_if = aacraid_srcv_interface;
H A Daacraid.c1640 if (sc->aac_if.aif_send_command) {

Completed in 184 milliseconds