Home
last modified time | relevance | path

Searched defs:twe_ccb (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/pci/
H A Dtwevar.h90 struct twe_ccb { struct
92 SIMPLEQ_ENTRY(twe_ccb) simpleq; argument
115 struct twe_ccb *twe_ccb_alloc(struct twe_softc *, int); argument
H A Dtwe.c1120 void (*func)(struct twe_ccb *, int), struct twe_param **pbuf) in twe_param_get()