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

  /src/sys/dev/i2o/
iopspvar.h 58 int sc_openings; /* # command openings */ member in struct:iopsp_softc
iopsp.c 170 sc->sc_openings = 1;
648 sc->sc_adapter.adapt_openings += mpi - sc->sc_openings;
649 sc->sc_openings = mpi;
  /src/sys/dev/ic/
icpsp.c 63 int sc_openings; member in struct:icpsp_softc
105 sc->sc_openings = icp->icp_openings;
335 sc->sc_adapter.adapt_openings += openings - sc->sc_openings;
336 sc->sc_openings = openings;
  /src/sys/dev/pci/
twevar.h 67 int sc_openings; member in struct:twe_softc
ld_twe.c 113 ld->sc_maxqueuecnt = twe->sc_openings;
twe.c 516 if (openings == sc->sc_openings)
518 sc->sc_openings = openings;
523 sc->sc_nunits == 1 ? "" : "s", sc->sc_openings);
530 sc->sc_openings);

Completed in 14 milliseconds