Lines Matching refs:aac_softc
90 struct aac_softc;
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 *);
212 void (*aif_set_outb_queue)(struct aac_softc *, int);
294 struct aac_softc {
334 int (*sc_intr_set)(struct aac_softc *,
349 int aac_attach(struct aac_softc *);
350 int aac_devscan(struct aac_softc *);
351 void aac_ccb_enqueue(struct aac_softc *, struct aac_ccb *);
352 void aac_ccb_free(struct aac_softc *, struct aac_ccb *);
353 struct aac_ccb *aac_ccb_alloc(struct aac_softc *, int);
354 int aac_ccb_map(struct aac_softc *, struct aac_ccb *);
355 int aac_ccb_poll(struct aac_softc *, struct aac_ccb *, int);
356 int aac_ccb_submit(struct aac_softc *, struct aac_ccb *);
357 void aac_ccb_unmap(struct aac_softc *, struct aac_ccb *);