HomeSort by: relevance | last modified time | path
    Searched defs:twe_ccb (Results 1 - 1 of 1) 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...]

Completed in 156 milliseconds