Home
last modified time | relevance | path

Searched refs:reqframesz (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/mps/
H A Dmps.c401 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()
1160 if ((sc->pqdepth == 0) || (sc->fqdepth == 0) || (sc->reqframesz == 0) in mps_send_iocinit()
1384 for (bo = 0; bo + sc->reqframesz <= segs[s].ds_len; in mps_load_chains_cb()
1385 bo += sc->reqframesz) { in mps_load_chains_cb()
1389 o += sc->reqframesz; in mps_load_chains_cb()
1405 rsize = sc->reqframesz * sc->num_reqs; in mps_alloc_requests()
1431 rsize = sc->reqframesz * sc->num_chains; in mps_alloc_requests()
1492 cm->cm_req = sc->req_frames + i * sc->reqframesz; in mps_alloc_requests()
1493 cm->cm_req_busaddr = sc->req_busaddr + i * sc->reqframesz; in mps_alloc_requests()
[all …]
H A Dmps_user.c408 space = (int)cm->cm_sc->reqframesz; in mpi_init_sge()
664 if (cmd->req_len > sc->reqframesz) { in mps_user_command()
792 if (data->RequestSize > sc->reqframesz) { in mps_user_pass_thru()
H A Dmpsvar.h314 u_int reqframesz; member
/freebsd/sys/dev/mpr/
H A Dmpr.c404 sc->reqframesz = sc->facts->IOCRequestFrameSize * 4; in mpr_resize_queues()
421 sc->chain_frame_size = sc->reqframesz; in mpr_resize_queues()
1231 if ((sc->pqdepth == 0) || (sc->fqdepth == 0) || (sc->reqframesz == 0) in mpr_send_iocinit()
1252 init.SystemRequestFrameSize = htole16((uint16_t)(sc->reqframesz / 4)); in mpr_send_iocinit()
1474 rsize = sc->reqframesz * sc->num_reqs; in mpr_alloc_requests()
1571 cm->cm_req = sc->req_frames + i * sc->reqframesz; in mpr_alloc_requests()
1572 cm->cm_req_busaddr = sc->req_busaddr + i * sc->reqframesz; in mpr_alloc_requests()
3129 sges_in_segment = (sc->reqframesz - in mpr_check_pcie_native_sgl()
H A Dmpr_user.c422 space = (int)cm->cm_sc->reqframesz; in mpr_init_sge()
662 if (cmd->req_len > (int)sc->reqframesz) { in mpr_user_command()
793 if (data->RequestSize > sc->reqframesz) { in mpr_user_pass_thru()
H A Dmprvar.h350 u_int reqframesz; member