Home
last modified time | relevance | path

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

/freebsd/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->aif_get_outb_queue((sc)))
[all …]
H A Daac_pci.c372 sc->aac_if = &aac_rx_interface; in aac_pci_attach()
377 sc->aac_if = &aac_sa_interface; in aac_pci_attach()
382 sc->aac_if = &aac_rkt_interface; in aac_pci_attach()
H A Daac.c1768 && sc->aac_if->aif_send_command) in aac_check_firmware()
/freebsd/sys/dev/aacraid/
H A Daacraid_var.h265 #define AAC_GET_FWSTATUS(sc) ((sc)->aac_if.aif_get_fwstatus((sc)))
266 #define AAC_QNOTIFY(sc, qbit) ((sc)->aac_if.aif_qnotify((sc), (qbit)))
267 #define AAC_GET_ISTATUS(sc) ((sc)->aac_if.aif_get_istatus((sc)))
268 #define AAC_CLEAR_ISTATUS(sc, mask) ((sc)->aac_if.aif_clr_istatus((sc), \
271 ((sc)->aac_if.aif_set_mailbox((sc), (command), (arg0), (arg1), (arg2), \
273 #define AAC_GET_MAILBOX(sc, mb) ((sc)->aac_if.aif_get_mailbox((sc), \
275 #define AAC_ACCESS_DEVREG(sc, mode) ((sc)->aac_if.aif_access_devreg((sc), \
277 #define AAC_SEND_COMMAND(sc, cm) ((sc)->aac_if.aif_send_command((sc), (cm)))
278 #define AAC_GET_OUTB_QUEUE(sc) ((sc)->aac_if.aif_get_outb_queue((sc)))
279 #define AAC_SET_OUTB_QUEUE(sc, idx) ((sc)->aac_if.aif_set_outb_queue((sc), (idx)))
[all …]
H A Daacraid_pci.c185 sc->aac_if = aacraid_src_interface; in aacraid_pci_attach()
189 sc->aac_if = aacraid_srcv_interface; in aacraid_pci_attach()
H A Daacraid.c1628 if (sc->aac_if.aif_send_command) { in aac_check_firmware()