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

  /src/sys/arch/emips/ebus/
ace_ebus.c 158 struct buf *active_xfer; /* buf handoff to thread */ member in struct:ace_softc
382 (sc->active_xfer == NULL)) {
389 bp = sc->active_xfer;
390 sc->active_xfer = NULL;
1845 sc->active_xfer = bp;
2375 ace->active_xfer = bp;
flash_ebus.c 180 struct buf *active_xfer; /* buf handoff to thread */ member in struct:eflash_softc
1591 (sc->active_xfer == NULL)) {
1599 bp = sc->active_xfer;
1600 sc->active_xfer = NULL;
1773 sc->active_xfer = bp;

Completed in 23 milliseconds