Symbol: aac_ccb
sys/dev/ic/aac.c
103
static int aac_enqueue_fib(struct aac_softc *, int, struct aac_ccb *);
sys/dev/ic/aac.c
1128
struct aac_ccb *ac;
sys/dev/ic/aac.c
1144
ac = (struct aac_ccb *)(sc->sc_ccbs +
sys/dev/ic/aac.c
1285
struct aac_ccb *
sys/dev/ic/aac.c
1288
struct aac_ccb *ac;
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
1493
aac_enqueue_fib(struct aac_softc *sc, int queue, struct aac_ccb *ac)
sys/dev/ic/aac.c
1545
struct aac_ccb *ac;
sys/dev/ic/aac.c
224
struct aac_ccb *ac;
sys/dev/ic/aac.c
626
sc->sc_ccbs = malloc(sizeof(struct aac_ccb) * sc->sc_max_fibs, M_AACBUF,
sys/dev/ic/aac.c
921
struct aac_ccb *ac;
sys/dev/ic/aacvar.h
196
struct aac_ccb;
sys/dev/ic/aacvar.h
210
int (*aif_send_command)(struct aac_softc *, struct aac_ccb *);
sys/dev/ic/aacvar.h
257
struct aac_ccb *fm_ccbs;
sys/dev/ic/aacvar.h
265
SIMPLEQ_ENTRY(aac_ccb) ac_chain;
sys/dev/ic/aacvar.h
276
void (*ac_intr)(struct aac_ccb *);
sys/dev/ic/aacvar.h
321
struct aac_ccb *sc_ccbs;
sys/dev/ic/aacvar.h
322
SIMPLEQ_HEAD(, aac_ccb) sc_ccb_free;
sys/dev/ic/aacvar.h
323
SIMPLEQ_HEAD(, aac_ccb) sc_ccb_queue;
sys/dev/ic/aacvar.h
324
SIMPLEQ_HEAD(, aac_ccb) sc_ccb_complete;
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/ld_aac.c
110
struct aac_ccb *ac;
sys/dev/ic/ld_aac.c
323
ld_aac_intr(struct aac_ccb *ac)
sys/dev/ic/ld_aac.c
61
static void ld_aac_intr(struct aac_ccb *);
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
125
static int aac_rkt_send_command(struct aac_softc *, struct aac_ccb *);
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
889
aac_rkt_send_command(struct aac_softc *sc, struct aac_ccb *ac)