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

  /src/sys/arch/sparc64/dev/
sbusvar.h 111 int64_t sc_flush; /* Streaming buffer flush */ member in struct:sbus_softc
sbus.c 247 sc->sc_sb.sb_flush = &sc->sc_flush;
  /src/sys/dev/ic/
cissvar.h 47 int sc_flush; member in struct:ciss_softc
ciss.c 453 sc->sc_flush = CISS_FLUSH_ENABLE;
520 sc->sc_flush = CISS_FLUSH_DISABLE;
1028 flush->flush = sc->sc_flush;
  /src/sys/arch/mips/cavium/dev/
if_cnmacvar.h 62 int sc_flush; member in struct:cnmac_softc
if_cnmac.c 547 KASSERT(sc->sc_flush == 0);
564 sc->sc_flush = i;
570 if (sc->sc_flush == 0)
573 KASSERT(sc->sc_flush > 0);
577 sc->sc_soft_req_cnt -= sc->sc_flush;
581 sc->sc_flush = 0;
1040 if (sc->sc_flush)

Completed in 15 milliseconds