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

/freebsd-13-stable/sys/dev/aac/
H A Daacvar.h257 #define AAC_GET_FWSTATUS(sc) ((sc)->aac_if->aif_get_fwstatus((sc)))
258 #define AAC_QNOTIFY(sc, qbit) ((sc)->aac_if->aif_qnotify((sc), (qbit)))
259 #define AAC_GET_ISTATUS(sc) ((sc)->aac_if->aif_get_istatus((sc)))
260 #define AAC_CLEAR_ISTATUS(sc, mask) ((sc)->aac_if->aif_clr_istatus((sc), \
263 ((sc)->aac_if->aif_set_mailbox((sc), (command), (arg0), (arg1), (arg2), \
265 #define AAC_GET_MAILBOX(sc, mb) ((sc)->aac_if->aif_get_mailbox((sc), \
267 #define AAC_MASK_INTERRUPTS(sc) ((sc)->aac_if->aif_set_interrupts((sc), \
269 #define AAC_UNMASK_INTERRUPTS(sc) ((sc)->aac_if->aif_set_interrupts((sc), \
271 #define AAC_SEND_COMMAND(sc, cm) ((sc)->aac_if->aif_send_command((sc), (cm)))
272 #define AAC_GET_OUTB_QUEUE(sc) ((sc)->aac_if
347 const struct aac_interface *aac_if; member in struct:aac_softc
[all...]
H A Daac_pci.c376 sc->aac_if = &aac_rx_interface;
381 sc->aac_if = &aac_sa_interface;
386 sc->aac_if = &aac_rkt_interface;
H A Daac.c1770 && sc->aac_if->aif_send_command)
/freebsd-13-stable/sys/dev/aacraid/
H A Daacraid_var.h267 #define AAC_GET_FWSTATUS(sc) ((sc)->aac_if.aif_get_fwstatus((sc)))
268 #define AAC_QNOTIFY(sc, qbit) ((sc)->aac_if.aif_qnotify((sc), (qbit)))
269 #define AAC_GET_ISTATUS(sc) ((sc)->aac_if.aif_get_istatus((sc)))
270 #define AAC_CLEAR_ISTATUS(sc, mask) ((sc)->aac_if.aif_clr_istatus((sc), \
273 ((sc)->aac_if.aif_set_mailbox((sc), (command), (arg0), (arg1), (arg2), \
275 #define AAC_GET_MAILBOX(sc, mb) ((sc)->aac_if.aif_get_mailbox((sc), \
277 #define AAC_ACCESS_DEVREG(sc, mode) ((sc)->aac_if.aif_access_devreg((sc), \
279 #define AAC_SEND_COMMAND(sc, cm) ((sc)->aac_if.aif_send_command((sc), (cm)))
280 #define AAC_GET_OUTB_QUEUE(sc) ((sc)->aac_if.aif_get_outb_queue((sc)))
281 #define AAC_SET_OUTB_QUEUE(sc, idx) ((sc)->aac_if
367 struct aac_interface aac_if; member in struct:aac_softc
[all...]
H A Daacraid_pci.c189 sc->aac_if = aacraid_src_interface;
193 sc->aac_if = aacraid_srcv_interface;
H A Daacraid.c1630 if (sc->aac_if.aif_send_command) {

Completed in 72 milliseconds