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

  /src/sys/dev/i2o/
iop.c 338 sc->sc_framesize = 128;
382 sc->sc_framesize = le16toh(sc->sc_status.inboundmframesize) << 2;
383 if (sc->sc_framesize > IOP_MAX_MSG_SIZE)
384 sc->sc_framesize = IOP_MAX_MSG_SIZE;
387 if (sc->sc_framesize < IOP_MIN_MSG_SIZE) {
389 sc->sc_framesize);
982 mf->flags = IOP_INIT_CODE | ((sc->sc_framesize >> 2) << 16);
1018 sc->sc_rep_size = sc->sc_maxob * sc->sc_framesize;
1058 addr += sc->sc_framesize;
1625 sc->sc_framesize, BUS_DMASYNC_POSTREAD)
    [all...]
iopvar.h 128 int sc_framesize; /* Max msg frame size in bytes */ member in struct:iop_softc

Completed in 39 milliseconds