Lines Matching refs:aac_softc

126 	struct aac_softc	*aac_sc;
137 struct aac_softc *ad_controller;
156 struct aac_softc *cm_sc; /* controller that owns us */
237 int (*aif_get_fwstatus)(struct aac_softc *sc);
238 void (*aif_qnotify)(struct aac_softc *sc, int qbit);
239 int (*aif_get_istatus)(struct aac_softc *sc);
240 void (*aif_clr_istatus)(struct aac_softc *sc, int mask);
241 void (*aif_set_mailbox)(struct aac_softc *sc, u_int32_t command,
244 int (*aif_get_mailbox)(struct aac_softc *sc, int mb);
245 void (*aif_set_interrupts)(struct aac_softc *sc, int enable);
246 int (*aif_send_command)(struct aac_softc *sc, struct aac_command *cm);
247 int (*aif_get_outb_queue)(struct aac_softc *sc);
248 void (*aif_set_outb_queue)(struct aac_softc *sc, int index);
310 struct aac_softc
429 void (*cam_rescan_cb)(struct aac_softc *, uint32_t,
441 typedef void aac_event_cb_t(struct aac_softc *sc, struct aac_event *event,
453 extern void aac_free(struct aac_softc *sc);
454 extern int aac_attach(struct aac_softc *sc);
463 extern void aac_startio(struct aac_softc *sc);
464 extern int aac_alloc_command(struct aac_softc *sc,
467 extern int aac_sync_fib(struct aac_softc *sc, u_int32_t command,
470 extern void aac_add_event(struct aac_softc *sc, struct aac_event
480 device_printf(((struct aac_softc *)sc)->aac_dev, \
486 extern void aac_print_queues(struct aac_softc *sc);
487 extern void aac_panic(struct aac_softc *sc, char *reason);
488 extern void aac_print_fib(struct aac_softc *sc, struct aac_fib *fib,
490 extern void aac_print_aif(struct aac_softc *sc,
533 aac_initq_ ## name (struct aac_softc *sc) \
561 aac_dequeue_ ## name (struct aac_softc *sc) \
596 aac_initq_bio(struct aac_softc *sc)
603 aac_enqueue_bio(struct aac_softc *sc, struct bio *bp)
610 aac_dequeue_bio(struct aac_softc *sc)
622 aac_print_printf(struct aac_softc *sc)
635 aac_alloc_sync_fib(struct aac_softc *sc, struct aac_fib **fib)
644 aac_release_sync_fib(struct aac_softc *sc)