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

  /src/sys/dev/pci/
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 12 milliseconds