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

  /src/sys/dev/ic/
dptvar.h 84 int sc_nccbs; /* number of CCBs available */ member in struct:dpt_softc
dpt.c 285 if ((u_int)sp->sp_ccbid >= sc->sc_nccbs) {
348 sc->sc_nccbs =
350 sc->sc_stpoff = sc->sc_nccbs * sizeof(struct dpt_ccb);
352 mapsize = sc->sc_nccbs * sizeof(struct dpt_ccb) +
390 memset(sc->sc_ccbs, 0, sizeof(struct dpt_ccb) * sc->sc_nccbs);
392 for (i = 0, ccb = sc->sc_ccbs; i < sc->sc_nccbs; i++, ccb++) {
411 } else if (i != sc->sc_nccbs) {
413 i, sc->sc_nccbs);
414 sc->sc_nccbs = i;
459 sc->sc_nccbs, maxchannel + 1)
    [all...]
  /src/sys/dev/pci/
twevar.h 62 int sc_nccbs; member in struct:twe_softc
ips.c 450 int sc_nccbs; member in struct:ips_softc
693 sc->sc_nccbs = 1;
725 sc->sc_nccbs = ai->cmdcnt;
726 if ((sc->sc_ccb = ips_ccb_alloc(sc, sc->sc_nccbs)) == NULL) {
731 for (i = 0; i < sc->sc_nccbs; i++)
761 printf(", %d cmds, %d LD%s", sc->sc_nccbs, sc->sc_nunits,
773 adapt->adapt_openings = sc->sc_nccbs / sc->sc_nunits;
831 ips_ccb_free(sc, sc->sc_ccb, sc->sc_nccbs);
1604 if (id >= sc->sc_nccbs) {

Completed in 14 milliseconds