Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/mps/
Dmps.c404 sc->reqframesz = sc->facts->IOCRequestFrameSize * 4; in mps_resize_queues()
415 sges_per_frame = sc->reqframesz / sizeof(MPI2_SGE_SIMPLE64) - 1; in mps_resize_queues()
1162 if ((sc->pqdepth == 0) || (sc->fqdepth == 0) || (sc->reqframesz == 0) in mps_send_iocinit()
1183 init.SystemRequestFrameSize = htole16((uint16_t)(sc->reqframesz / 4)); in mps_send_iocinit()
1393 for (bo = 0; bo + sc->reqframesz <= segs[s].ds_len; in mps_load_chains_cb()
1394 bo += sc->reqframesz) { in mps_load_chains_cb()
1398 o += sc->reqframesz; in mps_load_chains_cb()
1413 rsize = sc->reqframesz * sc->num_reqs; in mps_alloc_requests()
1445 rsize = sc->reqframesz * sc->num_chains; in mps_alloc_requests()
1524 cm->cm_req = sc->req_frames + i * sc->reqframesz; in mps_alloc_requests()
[all …]
Dmps_user.c412 space = (int)cm->cm_sc->reqframesz; in mpi_init_sge()
680 if (cmd->req_len > sc->reqframesz) { in mps_user_command()
808 if (data->RequestSize > sc->reqframesz) { in mps_user_pass_thru()
Dmpsvar.h313 u_int reqframesz; member
/freebsd-12-stable/sys/dev/mpr/
Dmpr.c409 sc->reqframesz = sc->facts->IOCRequestFrameSize * 4; in mpr_resize_queues()
426 sc->chain_frame_size = sc->reqframesz; in mpr_resize_queues()
1239 if ((sc->pqdepth == 0) || (sc->fqdepth == 0) || (sc->reqframesz == 0) in mpr_send_iocinit()
1260 init.SystemRequestFrameSize = htole16((uint16_t)(sc->reqframesz / 4)); in mpr_send_iocinit()
1491 rsize = sc->reqframesz * sc->num_reqs; in mpr_alloc_requests()
1612 cm->cm_req = sc->req_frames + i * sc->reqframesz; in mpr_alloc_requests()
1613 cm->cm_req_busaddr = sc->req_busaddr + i * sc->reqframesz; in mpr_alloc_requests()
3170 sges_in_segment = (sc->reqframesz - in mpr_check_pcie_native_sgl()
Dmpr_user.c426 space = (int)cm->cm_sc->reqframesz; in mpr_init_sge()
666 if (cmd->req_len > (int)sc->reqframesz) { in mpr_user_command()
797 if (data->RequestSize > sc->reqframesz) { in mpr_user_pass_thru()
Dmprvar.h349 u_int reqframesz; member