Lines Matching refs:request_sz
179 (cmd_credit * ioc->request_sz) + (index * sizeof(u32)); in _base_clone_reply_to_sys_mem()
239 (cmd_credit * ioc->request_sz) + in _base_get_chain()
242 ioc->request_sz) + (sge_chain_count * ioc->request_sz); in _base_get_chain()
265 (cmd_credit * ioc->request_sz) + in _base_get_chain_phys()
268 ioc->request_sz) + (sge_chain_count * ioc->request_sz); in _base_get_chain_phys()
518 src_chain_addr[i], ioc->request_sz); in _clone_sg_entries()
2427 sges_in_segment = (ioc->request_sz - in _base_build_sg_scmd_ieee()
3085 return (void *)(ioc->request + (smid * ioc->request_sz)); in mpt3sas_base_get_msg_frame()
3374 MPI_FRAME_START_OFFSET + (smid * ioc->request_sz); in _base_put_smid_mpi_ep_scsi_io()
3376 ioc->request_sz); in _base_put_smid_mpi_ep_scsi_io()
3451 + (smid * ioc->request_sz); in mpt3sas_base_put_smid_hi_priority()
3453 ioc->request_sz); in mpt3sas_base_put_smid_hi_priority()
3513 MPI_FRAME_START_OFFSET + (smid * ioc->request_sz); in mpt3sas_base_put_smid_default()
3515 ioc->request_sz); in mpt3sas_base_put_smid_default()
4413 ioc->request_sz = facts->IOCRequestFrameSize * 4; in _base_allocate_memory_pools()
4429 ioc->chain_segment_sz = ioc->request_sz; in _base_allocate_memory_pools()
4437 max_sge_elements = ioc->request_sz - ((sizeof(Mpi2SCSIIORequest_t) - in _base_allocate_memory_pools()
4566 sz = ((ioc->scsiio_depth + 1) * ioc->request_sz); in _base_allocate_memory_pools()
4569 sz += (ioc->hi_priority_depth * ioc->request_sz); in _base_allocate_memory_pools()
4572 sz += (ioc->internal_depth * ioc->request_sz); in _base_allocate_memory_pools()
4580 ioc->chains_needed_per_io, ioc->request_sz, sz/1024); in _base_allocate_memory_pools()
4593 ioc->chains_needed_per_io, ioc->request_sz, sz/1024); in _base_allocate_memory_pools()
4597 ioc->request_sz); in _base_allocate_memory_pools()
4599 ioc->request_sz); in _base_allocate_memory_pools()
4603 ioc->request_sz); in _base_allocate_memory_pools()
4605 ioc->request_sz); in _base_allocate_memory_pools()
4609 ioc->name, ioc->request, ioc->hba_queue_depth, ioc->request_sz, in _base_allocate_memory_pools()
4610 (ioc->hba_queue_depth * ioc->request_sz)/1024)); in _base_allocate_memory_pools()
5713 mpi_request.SystemRequestFrameSize = cpu_to_le16(ioc->request_sz/4); in _base_send_ioc_init()