Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dtwevar.h115 struct twe_ccb *twe_ccb_alloc(struct twe_softc *, int);
H A Dld_twe.c183 if ((ccb = twe_ccb_alloc(twe, flags)) == NULL) in ld_twe_dobio()
H A Dtwe.c867 ccb = twe_ccb_alloc(sc, in twe_aen_get()
1243 if ((ccb = twe_ccb_alloc(sc, 0)) == NULL) in twe_init_connection()
1404 twe_ccb_alloc(struct twe_softc *sc, int flags) in twe_ccb_alloc() function