Lines Matching refs:request_sz
235 (cmd_credit * ioc->request_sz) + (index * sizeof(u32)); in _base_clone_reply_to_sys_mem()
295 (cmd_credit * ioc->request_sz) + in _base_get_chain()
298 ioc->request_sz) + (sge_chain_count * ioc->request_sz); in _base_get_chain()
321 (cmd_credit * ioc->request_sz) + in _base_get_chain_phys()
324 ioc->request_sz) + (sge_chain_count * ioc->request_sz); in _base_get_chain_phys()
572 src_chain_addr[i], ioc->request_sz); in _clone_sg_entries()
2685 sges_in_segment = (ioc->request_sz - in _base_build_sg_scmd_ieee()
3477 return (void *)(ioc->request + (smid * ioc->request_sz)); in mpt3sas_base_get_msg_frame()
3746 memset(request, 0, ioc->request_sz); in mpt3sas_base_free_smid()
3857 MPI_FRAME_START_OFFSET + (smid * ioc->request_sz); in _base_put_smid_mpi_ep_scsi_io()
3859 ioc->request_sz); in _base_put_smid_mpi_ep_scsi_io()
3934 + (smid * ioc->request_sz); in _base_put_smid_hi_priority()
3936 ioc->request_sz); in _base_put_smid_hi_priority()
3996 MPI_FRAME_START_OFFSET + (smid * ioc->request_sz); in _base_put_smid_default()
3998 ioc->request_sz); in _base_put_smid_default()
5214 ioc->request_sz = facts->IOCRequestFrameSize * 4; in _base_allocate_memory_pools()
5230 ioc->chain_segment_sz = ioc->request_sz; in _base_allocate_memory_pools()
5238 max_sge_elements = ioc->request_sz - ((sizeof(Mpi2SCSIIORequest_t) - in _base_allocate_memory_pools()
5334 sz = ((ioc->scsiio_depth + 1) * ioc->request_sz); in _base_allocate_memory_pools()
5337 sz += (ioc->hi_priority_depth * ioc->request_sz); in _base_allocate_memory_pools()
5340 sz += (ioc->internal_depth * ioc->request_sz); in _base_allocate_memory_pools()
5348 ioc->request_sz, sz / 1024); in _base_allocate_memory_pools()
5360 ioc->request_sz, sz / 1024); in _base_allocate_memory_pools()
5364 ioc->request_sz); in _base_allocate_memory_pools()
5366 ioc->request_sz); in _base_allocate_memory_pools()
5370 ioc->request_sz); in _base_allocate_memory_pools()
5372 ioc->request_sz); in _base_allocate_memory_pools()
5378 ioc->hba_queue_depth, ioc->request_sz, in _base_allocate_memory_pools()
5379 (ioc->hba_queue_depth * ioc->request_sz) / 1024); in _base_allocate_memory_pools()
6207 memset(request, 0, ioc->request_sz); in mpt3sas_base_scsi_enclosure_processor()
6471 mpi_request.SystemRequestFrameSize = cpu_to_le16(ioc->request_sz/4); in _base_send_ioc_init()