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

  /src/sys/dev/ic/
cissvar.h 54 int ccblen, maxcmd, maxsg, nbus, ndrives, maxunits; member in struct:ciss_softc
ciss.c 236 if (!sc->cfg.maxsg)
237 sc->cfg.maxsg = MAXPHYS / PAGE_SIZE + 1;
240 sc->maxsg = sc->cfg.maxsg;
241 if (sc->maxsg > MAXPHYS / PAGE_SIZE + 1)
242 sc->maxsg = MAXPHYS / PAGE_SIZE + 1;
244 sizeof(ccb->ccb_cmd.sgl[0]) * (sc->maxsg - 1);
344 maxfer = sc->maxsg * PAGE_SIZE;
355 cmd->sgin = sc->maxsg;
361 if ((error = bus_dmamap_create(sc->sc_dmat, maxfer, sc->maxsg,
    [all...]
cissreg.h 112 u_int32_t maxsg; member in struct:ciss_config

Completed in 65 milliseconds