Symbol: aac_softc
sys/dev/ic/aac.c
100
static void aac_describe_controller(struct aac_softc *);
sys/dev/ic/aac.c
101
static int aac_dequeue_fib(struct aac_softc *, int, u_int32_t *,
sys/dev/ic/aac.c
103
static int aac_enqueue_fib(struct aac_softc *, int, struct aac_ccb *);
sys/dev/ic/aac.c
104
static int aac_enqueue_response(struct aac_softc *, int, struct aac_fib *);
sys/dev/ic/aac.c
105
static void aac_host_command(struct aac_softc *);
sys/dev/ic/aac.c
1058
aac_host_command(struct aac_softc *sc)
sys/dev/ic/aac.c
106
static void aac_host_response(struct aac_softc *);
sys/dev/ic/aac.c
107
static int aac_init(struct aac_softc *);
sys/dev/ic/aac.c
110
static void aac_startup(struct aac_softc *);
sys/dev/ic/aac.c
111
static int aac_sync_command(struct aac_softc *, u_int32_t, u_int32_t,
sys/dev/ic/aac.c
1126
aac_host_response(struct aac_softc *sc)
sys/dev/ic/aac.c
113
static int aac_sync_fib(struct aac_softc *, u_int32_t, u_int32_t, void *,
sys/dev/ic/aac.c
117
static void aac_print_fib(struct aac_softc *, struct aac_fib *, const char *);
sys/dev/ic/aac.c
1175
aac_sync_command(struct aac_softc *sc, u_int32_t command, u_int32_t arg0,
sys/dev/ic/aac.c
1221
aac_sync_fib(struct aac_softc *sc, u_int32_t command, u_int32_t xferstate,
sys/dev/ic/aac.c
1286
aac_ccb_alloc(struct aac_softc *sc, int flags)
sys/dev/ic/aac.c
1314
aac_ccb_free(struct aac_softc *sc, struct aac_ccb *ac)
sys/dev/ic/aac.c
1344
aac_ccb_map(struct aac_softc *sc, struct aac_ccb *ac)
sys/dev/ic/aac.c
1378
aac_ccb_unmap(struct aac_softc *sc, struct aac_ccb *ac)
sys/dev/ic/aac.c
1399
aac_ccb_enqueue(struct aac_softc *sc, struct aac_ccb *ac)
sys/dev/ic/aac.c
1420
aac_ccb_submit(struct aac_softc *sc, struct aac_ccb *ac)
sys/dev/ic/aac.c
1457
aac_ccb_poll(struct aac_softc *sc, struct aac_ccb *ac, int timo)
sys/dev/ic/aac.c
149
aac_attach(struct aac_softc *sc)
sys/dev/ic/aac.c
1493
aac_enqueue_fib(struct aac_softc *sc, int queue, struct aac_ccb *ac)
sys/dev/ic/aac.c
1541
aac_dequeue_fib(struct aac_softc *sc, int queue, u_int32_t *fib_size,
sys/dev/ic/aac.c
1621
aac_enqueue_response(struct aac_softc *sc, int queue, struct aac_fib *fib)
sys/dev/ic/aac.c
1670
aac_print_fib(struct aac_softc *sc, struct aac_fib *fib,
sys/dev/ic/aac.c
200
aac_devscan(struct aac_softc *sc)
sys/dev/ic/aac.c
221
aac_alloc_commands(struct aac_softc *sc)
sys/dev/ic/aac.c
322
aac_free_commands(struct aac_softc *sc)
sys/dev/ic/aac.c
368
aac_describe_controller(struct aac_softc *sc)
sys/dev/ic/aac.c
423
aac_check_firmware(struct aac_softc *sc)
sys/dev/ic/aac.c
561
aac_init(struct aac_softc *sc)
sys/dev/ic/aac.c
814
aac_startup(struct aac_softc *sc)
sys/dev/ic/aac.c
876
struct aac_softc *sc;
sys/dev/ic/aac.c
919
struct aac_softc *sc;
sys/dev/ic/aac.c
926
sc = (struct aac_softc *) cookie;
sys/dev/ic/aac.c
95
static int aac_alloc_commands(struct aac_softc *);
sys/dev/ic/aac.c
97
static void aac_free_commands(struct aac_softc *);
sys/dev/ic/aac.c
99
static int aac_check_firmware(struct aac_softc *);
sys/dev/ic/aac.c
994
struct aac_softc *sc;
sys/dev/ic/aacvar.h
202
int (*aif_get_fwstatus)(struct aac_softc *);
sys/dev/ic/aacvar.h
203
void (*aif_qnotify)(struct aac_softc *, int);
sys/dev/ic/aacvar.h
204
int (*aif_get_istatus)(struct aac_softc *);
sys/dev/ic/aacvar.h
205
void (*aif_set_istatus)(struct aac_softc *, int);
sys/dev/ic/aacvar.h
206
void (*aif_set_mailbox)(struct aac_softc *, u_int32_t,
sys/dev/ic/aacvar.h
208
uint32_t (*aif_get_mailbox)(struct aac_softc *, int);
sys/dev/ic/aacvar.h
209
void (*aif_set_interrupts)(struct aac_softc *, int);
sys/dev/ic/aacvar.h
210
int (*aif_send_command)(struct aac_softc *, struct aac_ccb *);
sys/dev/ic/aacvar.h
211
int (*aif_get_outb_queue)(struct aac_softc *);
sys/dev/ic/aacvar.h
212
void (*aif_set_outb_queue)(struct aac_softc *, int);
sys/dev/ic/aacvar.h
334
int (*sc_intr_set)(struct aac_softc *,
sys/dev/ic/aacvar.h
349
int aac_attach(struct aac_softc *);
sys/dev/ic/aacvar.h
350
int aac_devscan(struct aac_softc *);
sys/dev/ic/aacvar.h
351
void aac_ccb_enqueue(struct aac_softc *, struct aac_ccb *);
sys/dev/ic/aacvar.h
352
void aac_ccb_free(struct aac_softc *, struct aac_ccb *);
sys/dev/ic/aacvar.h
353
struct aac_ccb *aac_ccb_alloc(struct aac_softc *, int);
sys/dev/ic/aacvar.h
354
int aac_ccb_map(struct aac_softc *, struct aac_ccb *);
sys/dev/ic/aacvar.h
355
int aac_ccb_poll(struct aac_softc *, struct aac_ccb *, int);
sys/dev/ic/aacvar.h
356
int aac_ccb_submit(struct aac_softc *, struct aac_ccb *);
sys/dev/ic/aacvar.h
357
void aac_ccb_unmap(struct aac_softc *, struct aac_ccb *);
sys/dev/ic/aacvar.h
90
struct aac_softc;
sys/dev/ic/ld_aac.c
111
struct aac_softc *aac;
sys/dev/ic/ld_aac.c
328
struct aac_softc *aac;
sys/dev/ic/ld_aac.c
84
struct aac_softc *aac = device_private(parent);
sys/dev/pci/aac_pci.c
100
static uint32_t aac_rx_get_mailbox(struct aac_softc *, int);
sys/dev/pci/aac_pci.c
101
static void aac_rx_set_interrupts(struct aac_softc *, int);
sys/dev/pci/aac_pci.c
102
static int aac_rx_send_command(struct aac_softc *, struct aac_ccb *);
sys/dev/pci/aac_pci.c
103
static int aac_rx_get_outb_queue(struct aac_softc *);
sys/dev/pci/aac_pci.c
104
static void aac_rx_set_outb_queue(struct aac_softc *, int);
sys/dev/pci/aac_pci.c
107
static int aac_sa_get_fwstatus(struct aac_softc *);
sys/dev/pci/aac_pci.c
108
static void aac_sa_qnotify(struct aac_softc *, int);
sys/dev/pci/aac_pci.c
109
static int aac_sa_get_istatus(struct aac_softc *);
sys/dev/pci/aac_pci.c
110
static void aac_sa_clear_istatus(struct aac_softc *, int);
sys/dev/pci/aac_pci.c
111
static void aac_sa_set_mailbox(struct aac_softc *, u_int32_t, u_int32_t,
sys/dev/pci/aac_pci.c
113
static uint32_t aac_sa_get_mailbox(struct aac_softc *, int);
sys/dev/pci/aac_pci.c
114
static void aac_sa_set_interrupts(struct aac_softc *, int);
sys/dev/pci/aac_pci.c
117
static int aac_rkt_get_fwstatus(struct aac_softc *);
sys/dev/pci/aac_pci.c
118
static void aac_rkt_qnotify(struct aac_softc *, int);
sys/dev/pci/aac_pci.c
119
static int aac_rkt_get_istatus(struct aac_softc *);
sys/dev/pci/aac_pci.c
120
static void aac_rkt_clear_istatus(struct aac_softc *, int);
sys/dev/pci/aac_pci.c
121
static void aac_rkt_set_mailbox(struct aac_softc *, u_int32_t, u_int32_t,
sys/dev/pci/aac_pci.c
123
static uint32_t aac_rkt_get_mailbox(struct aac_softc *, int);
sys/dev/pci/aac_pci.c
124
static void aac_rkt_set_interrupts(struct aac_softc *, int);
sys/dev/pci/aac_pci.c
125
static int aac_rkt_send_command(struct aac_softc *, struct aac_ccb *);
sys/dev/pci/aac_pci.c
126
static int aac_rkt_get_outb_queue(struct aac_softc *);
sys/dev/pci/aac_pci.c
127
static void aac_rkt_set_outb_queue(struct aac_softc *, int);
sys/dev/pci/aac_pci.c
500
aac_pci_intr_set(struct aac_softc *sc, int (*hand)(void*), void *arg)
sys/dev/pci/aac_pci.c
534
struct aac_softc *sc;
sys/dev/pci/aac_pci.c
656
aac_sa_get_fwstatus(struct aac_softc *sc)
sys/dev/pci/aac_pci.c
663
aac_rx_get_fwstatus(struct aac_softc *sc)
sys/dev/pci/aac_pci.c
670
aac_rkt_get_fwstatus(struct aac_softc *sc)
sys/dev/pci/aac_pci.c
681
aac_sa_qnotify(struct aac_softc *sc, int qbit)
sys/dev/pci/aac_pci.c
688
aac_rx_qnotify(struct aac_softc *sc, int qbit)
sys/dev/pci/aac_pci.c
695
aac_rkt_qnotify(struct aac_softc *sc, int qbit)
sys/dev/pci/aac_pci.c
705
aac_sa_get_istatus(struct aac_softc *sc)
sys/dev/pci/aac_pci.c
712
aac_rx_get_istatus(struct aac_softc *sc)
sys/dev/pci/aac_pci.c
719
aac_rkt_get_istatus(struct aac_softc *sc)
sys/dev/pci/aac_pci.c
729
aac_sa_clear_istatus(struct aac_softc *sc, int mask)
sys/dev/pci/aac_pci.c
736
aac_rx_clear_istatus(struct aac_softc *sc, int mask)
sys/dev/pci/aac_pci.c
743
aac_rkt_clear_istatus(struct aac_softc *sc, int mask)
sys/dev/pci/aac_pci.c
753
aac_sa_set_mailbox(struct aac_softc *sc, u_int32_t command,
sys/dev/pci/aac_pci.c
766
aac_rx_set_mailbox(struct aac_softc *sc, u_int32_t command,
sys/dev/pci/aac_pci.c
779
aac_rkt_set_mailbox(struct aac_softc *sc, u_int32_t command,
sys/dev/pci/aac_pci.c
795
aac_sa_get_mailbox(struct aac_softc *sc, int mb)
sys/dev/pci/aac_pci.c
802
aac_rx_get_mailbox(struct aac_softc *sc, int mb)
sys/dev/pci/aac_pci.c
809
aac_rkt_get_mailbox(struct aac_softc *sc, int mb)
sys/dev/pci/aac_pci.c
819
aac_sa_set_interrupts(struct aac_softc *sc, int enable)
sys/dev/pci/aac_pci.c
829
aac_rx_set_interrupts(struct aac_softc *sc, int enable)
sys/dev/pci/aac_pci.c
843
aac_rkt_set_interrupts(struct aac_softc *sc, int enable)
sys/dev/pci/aac_pci.c
860
aac_rx_send_command(struct aac_softc *sc, struct aac_ccb *ac)
sys/dev/pci/aac_pci.c
88
struct aac_softc sc_aac;
sys/dev/pci/aac_pci.c
889
aac_rkt_send_command(struct aac_softc *sc, struct aac_ccb *ac)
sys/dev/pci/aac_pci.c
921
aac_rx_get_outb_queue(struct aac_softc *sc)
sys/dev/pci/aac_pci.c
928
aac_rkt_get_outb_queue(struct aac_softc *sc)
sys/dev/pci/aac_pci.c
935
aac_rx_set_outb_queue(struct aac_softc *sc, int index)
sys/dev/pci/aac_pci.c
94
static int aac_rx_get_fwstatus(struct aac_softc *);
sys/dev/pci/aac_pci.c
942
aac_rkt_set_outb_queue(struct aac_softc *sc, int index)
sys/dev/pci/aac_pci.c
95
static void aac_rx_qnotify(struct aac_softc *, int);
sys/dev/pci/aac_pci.c
96
static int aac_rx_get_istatus(struct aac_softc *);
sys/dev/pci/aac_pci.c
97
static void aac_rx_clear_istatus(struct aac_softc *, int);
sys/dev/pci/aac_pci.c
98
static void aac_rx_set_mailbox(struct aac_softc *, u_int32_t, u_int32_t,