Home
last modified time | relevance | path

Searched defs:aac_interface (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Daacvar.h201 struct aac_interface { struct
202 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 …]