HomeSort by: relevance | last modified time | path
    Searched refs:twe_ccb_alloc (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/
twevar.h 115 struct twe_ccb *twe_ccb_alloc(struct twe_softc *, int);
ld_twe.c 183 if ((ccb = twe_ccb_alloc(twe, flags)) == NULL)
twe.c 867 ccb = twe_ccb_alloc(sc,
1243 if ((ccb = twe_ccb_alloc(sc, 0)) == NULL)
1404 twe_ccb_alloc(struct twe_softc *sc, int flags) function in typeref:struct:twe_ccb *
1424 panic("twe_ccb_alloc: got reserved CCB for non-AEN");
1426 panic("twe_ccb_alloc: CCB %ld already allocated",

Completed in 48 milliseconds