Searched defs:aac_interface (Results 1 – 1 of 1) sorted by relevance
201 struct aac_interface { struct202 int (*aif_get_fwstatus)(struct aac_softc *);203 void (*aif_qnotify)(struct aac_softc *, int);204 int (*aif_get_istatus)(struct aac_softc *);205 void (*aif_set_istatus)(struct aac_softc *, int);206 void (*aif_set_mailbox)(struct aac_softc *, u_int32_t,208 uint32_t (*aif_get_mailbox)(struct aac_softc *, int);209 void (*aif_set_interrupts)(struct aac_softc *, int);210 int (*aif_send_command)(struct aac_softc *, struct aac_ccb *);211 int (*aif_get_outb_queue)(struct aac_softc *);[all …]