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

  /src/sys/dev/pci/
twevar.h 63 struct twe_ccb *sc_ccbs;
64 SIMPLEQ_HEAD(, twe_ccb) sc_ccb_queue;
65 SLIST_HEAD(, twe_ccb) sc_ccb_freelist;
84 void (*tx_handler)(struct twe_ccb *, int);
90 struct twe_ccb { struct
92 SIMPLEQ_ENTRY(twe_ccb) simpleq;
93 SLIST_ENTRY(twe_ccb) slist;
115 struct twe_ccb *twe_ccb_alloc(struct twe_softc *, int);
116 struct twe_ccb *twe_ccb_alloc_wait(struct twe_softc *, int);
117 void twe_ccb_enqueue(struct twe_softc *sc, struct twe_ccb *ccb)
    [all...]
twe.c 99 static void twe_aen_handler(struct twe_ccb *, int);
322 struct twe_ccb *ccb;
844 struct twe_ccb *ccb;
917 twe_aen_handler(struct twe_ccb *ccb, int error)
1120 void (*func)(struct twe_ccb *, int), struct twe_param **pbuf)
1122 struct twe_ccb *ccb;
1190 struct twe_ccb *ccb;
1239 struct twe_ccb *ccb;
1267 struct twe_ccb *ccb;
1391 twe_ccb_init(struct twe_softc *sc, struct twe_ccb *ccb, int flags
    [all...]
ld_twe.c 71 static void ld_twe_handler(struct twe_ccb *, int);
175 struct twe_ccb *ccb;
237 ld_twe_handler(struct twe_ccb *ccb, int error)
278 struct twe_ccb *ccb;

Completed in 15 milliseconds