Lines Matching refs:reqframesz
401 sc->reqframesz = sc->facts->IOCRequestFrameSize * 4; in mps_resize_queues()
412 sges_per_frame = sc->reqframesz / sizeof(MPI2_SGE_SIMPLE64) - 1; in mps_resize_queues()
1171 if ((sc->pqdepth == 0) || (sc->fqdepth == 0) || (sc->reqframesz == 0) in mps_send_iocinit()
1192 init.SystemRequestFrameSize = htole16((uint16_t)(sc->reqframesz / 4)); in mps_send_iocinit()
1406 for (bo = 0; bo + sc->reqframesz <= segs[s].ds_len; in mps_load_chains_cb()
1407 bo += sc->reqframesz) { in mps_load_chains_cb()
1411 o += sc->reqframesz; in mps_load_chains_cb()
1427 rsize = sc->reqframesz * sc->num_reqs; in mps_alloc_requests()
1453 rsize = sc->reqframesz * sc->num_chains; in mps_alloc_requests()
1514 cm->cm_req = sc->req_frames + i * sc->reqframesz; in mps_alloc_requests()
1515 cm->cm_req_busaddr = sc->req_busaddr + i * sc->reqframesz; in mps_alloc_requests()
2733 space = cm->cm_sc->reqframesz; in mps_add_chain()