Searched refs:twe_ccb_alloc (Results 1 – 3 of 3) sorted by relevance
115 struct twe_ccb *twe_ccb_alloc(struct twe_softc *, int);
183 if ((ccb = twe_ccb_alloc(twe, flags)) == NULL) in ld_twe_dobio()
867 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