Lines Matching refs:sc_framesize
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);
1711 if (size > sc->sc_framesize)
1896 sc_framesize >> 2) - off) >> 1;
1982 nsegs = ((sc->sc_framesize >> 2) - off) >> 1;
2085 if ((mb[0] >> 16) > (sc->sc_framesize >> 2))
2568 if (pt->pt_msglen > sc->sc_framesize ||
2584 mf = malloc(sc->sc_framesize, M_DEVBUF, M_WAITOK);
2606 if (i > sc->sc_framesize)
2607 i = sc->sc_framesize;