HomeSort by: relevance | last modified time | path
    Searched refs:aac_ccb (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/ic/
aacvar.h 196 struct aac_ccb;
210 int (*aif_send_command)(struct aac_softc *, struct aac_ccb *);
257 struct aac_ccb *fm_ccbs;
264 struct aac_ccb { struct
265 SIMPLEQ_ENTRY(aac_ccb) ac_chain;
276 void (*ac_intr)(struct aac_ccb *);
321 struct aac_ccb *sc_ccbs;
322 SIMPLEQ_HEAD(, aac_ccb) sc_ccb_free;
323 SIMPLEQ_HEAD(, aac_ccb) sc_ccb_queue;
324 SIMPLEQ_HEAD(, aac_ccb) sc_ccb_complete
    [all...]
aac.c 103 static int aac_enqueue_fib(struct aac_softc *, int, struct aac_ccb *);
224 struct aac_ccb *ac;
626 sc->sc_ccbs = malloc(sizeof(struct aac_ccb) * sc->sc_max_fibs, M_AACBUF,
921 struct aac_ccb *ac;
1128 struct aac_ccb *ac;
1144 ac = (struct aac_ccb *)(sc->sc_ccbs +
1285 struct aac_ccb *
1288 struct aac_ccb *ac;
1314 aac_ccb_free(struct aac_softc *sc, struct aac_ccb *ac)
1344 aac_ccb_map(struct aac_softc *sc, struct aac_ccb *ac
    [all...]
ld_aac.c 61 static void ld_aac_intr(struct aac_ccb *);
110 struct aac_ccb *ac;
323 ld_aac_intr(struct aac_ccb *ac)
  /src/sys/dev/pci/
aac_pci.c 102 static int aac_rx_send_command(struct aac_softc *, struct aac_ccb *);
125 static int aac_rkt_send_command(struct aac_softc *, struct aac_ccb *);
836 aac_rx_send_command(struct aac_softc *sc, struct aac_ccb *ac)
865 aac_rkt_send_command(struct aac_softc *sc, struct aac_ccb *ac)

Completed in 13 milliseconds