Home
last modified time | relevance | path

Searched refs:twe_ccb_alloc_wait (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/dev/pci/
H A Dtwevar.h116 struct twe_ccb *twe_ccb_alloc_wait(struct twe_softc *, int);
H A Dtwe.c1131 ccb = twe_ccb_alloc_wait(sc, TWE_CCB_DATA_IN | TWE_CCB_DATA_OUT); in twe_param_get()
1196 ccb = twe_ccb_alloc_wait(sc, TWE_CCB_DATA_IN | TWE_CCB_DATA_OUT); in twe_param_set()
1437 twe_ccb_alloc_wait(struct twe_softc *sc, int flags) in twe_ccb_alloc_wait() function
1784 ccb = twe_ccb_alloc_wait(twe, in tweioctl()
1790 ccb = twe_ccb_alloc_wait(twe, 0); in tweioctl()
H A Dld_twe.c278 ccb = twe_ccb_alloc_wait(twe, 0); in ld_twe_flush()