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

  /src/sys/dev/pci/
twe.c 1131 ccb = twe_ccb_alloc_wait(sc, TWE_CCB_DATA_IN | TWE_CCB_DATA_OUT);
1196 ccb = twe_ccb_alloc_wait(sc, TWE_CCB_DATA_IN | TWE_CCB_DATA_OUT);
1437 twe_ccb_alloc_wait(struct twe_softc *sc, int flags) function in typeref:struct:twe_ccb *
1453 panic("twe_ccb_alloc_wait: CCB %ld already allocated",
1784 ccb = twe_ccb_alloc_wait(twe,
1790 ccb = twe_ccb_alloc_wait(twe, 0);

Completed in 12 milliseconds