aac_ccb
static int aac_enqueue_fib(struct aac_softc *, int, struct aac_ccb *);
struct aac_ccb *ac;
ac = (struct aac_ccb *)(sc->sc_ccbs +
struct aac_ccb *
struct aac_ccb *ac;
aac_ccb_free(struct aac_softc *sc, struct aac_ccb *ac)
aac_ccb_map(struct aac_softc *sc, struct aac_ccb *ac)
aac_ccb_unmap(struct aac_softc *sc, struct aac_ccb *ac)
aac_ccb_enqueue(struct aac_softc *sc, struct aac_ccb *ac)
aac_ccb_submit(struct aac_softc *sc, struct aac_ccb *ac)
aac_ccb_poll(struct aac_softc *sc, struct aac_ccb *ac, int timo)
aac_enqueue_fib(struct aac_softc *sc, int queue, struct aac_ccb *ac)
struct aac_ccb *ac;
struct aac_ccb *ac;
sc->sc_ccbs = malloc(sizeof(struct aac_ccb) * sc->sc_max_fibs, M_AACBUF,
struct aac_ccb *ac;
struct aac_ccb;
int (*aif_send_command)(struct aac_softc *, struct aac_ccb *);
struct aac_ccb *fm_ccbs;
SIMPLEQ_ENTRY(aac_ccb) ac_chain;
void (*ac_intr)(struct aac_ccb *);
struct aac_ccb *sc_ccbs;
SIMPLEQ_HEAD(, aac_ccb) sc_ccb_free;
SIMPLEQ_HEAD(, aac_ccb) sc_ccb_queue;
SIMPLEQ_HEAD(, aac_ccb) sc_ccb_complete;
void aac_ccb_enqueue(struct aac_softc *, struct aac_ccb *);
void aac_ccb_free(struct aac_softc *, struct aac_ccb *);
struct aac_ccb *aac_ccb_alloc(struct aac_softc *, int);
int aac_ccb_map(struct aac_softc *, struct aac_ccb *);
int aac_ccb_poll(struct aac_softc *, struct aac_ccb *, int);
int aac_ccb_submit(struct aac_softc *, struct aac_ccb *);
void aac_ccb_unmap(struct aac_softc *, struct aac_ccb *);
struct aac_ccb *ac;
ld_aac_intr(struct aac_ccb *ac)
static void ld_aac_intr(struct aac_ccb *);
static int aac_rx_send_command(struct aac_softc *, struct aac_ccb *);
static int aac_rkt_send_command(struct aac_softc *, struct aac_ccb *);
aac_rx_send_command(struct aac_softc *sc, struct aac_ccb *ac)
aac_rkt_send_command(struct aac_softc *sc, struct aac_ccb *ac)