Lines Matching refs:aac_softc

139 	struct aac_softc	*aac_sc;
150 struct aac_softc *ad_controller;
169 struct aac_softc *cm_sc; /* controller that owns us */
249 int (*aif_get_fwstatus)(struct aac_softc *sc);
250 void (*aif_qnotify)(struct aac_softc *sc, int qbit);
251 int (*aif_get_istatus)(struct aac_softc *sc);
252 void (*aif_clr_istatus)(struct aac_softc *sc, int mask);
253 void (*aif_set_mailbox)(struct aac_softc *sc, u_int32_t command,
256 int (*aif_get_mailbox)(struct aac_softc *sc, int mb);
257 void (*aif_access_devreg)(struct aac_softc *sc, int enable);
258 int (*aif_send_command)(struct aac_softc *sc, struct aac_command *cm);
259 int (*aif_get_outb_queue)(struct aac_softc *sc);
260 void (*aif_set_outb_queue)(struct aac_softc *sc, int index);
318 struct aac_softc *sc;
324 struct aac_softc struct
462 void (*cam_rescan_cb)(struct aac_softc *, uint32_t, argument
487 typedef void aac_event_cb_t(struct aac_softc *sc, struct aac_event *event, argument
499 extern void aacraid_free(struct aac_softc *sc);
500 extern int aacraid_attach(struct aac_softc *sc);
508 extern void aacraid_startio(struct aac_softc *sc);
509 extern int aacraid_alloc_command(struct aac_softc *sc,
512 extern void aacraid_add_event(struct aac_softc *sc, struct aac_event
522 extern void aacraid_print_queues(struct aac_softc *sc);
523 extern void aacraid_print_fib(struct aac_softc *sc, struct aac_fib *fib,
525 extern void aacraid_print_aif(struct aac_softc *sc,
567 aac_initq_ ## name (struct aac_softc *sc) \
597 aac_dequeue_ ## name (struct aac_softc *sc) \
634 aac_print_printf(struct aac_softc *sc) in aac_print_printf()
647 aac_alloc_sync_fib(struct aac_softc *sc, struct aac_fib **fib) in aac_alloc_sync_fib()
656 aac_release_sync_fib(struct aac_softc *sc) in aac_release_sync_fib()