Lines Matching refs:request_sz

1349 	sges_in_segment = (ioc->request_sz -  in _base_build_sg_scmd_ieee()
1917 return (void *)(ioc->request + (smid * ioc->request_sz)); in mpt3sas_base_get_msg_frame()
2714 ioc->request_sz = facts->IOCRequestFrameSize * 4; in _base_allocate_memory_pools()
2725 max_sge_elements = ioc->request_sz - ((sizeof(Mpi2SCSIIORequest_t) - in _base_allocate_memory_pools()
2730 max_sge_elements = ioc->request_sz - sge_size; in _base_allocate_memory_pools()
2850 sz = ((ioc->scsiio_depth + 1) * ioc->request_sz); in _base_allocate_memory_pools()
2853 sz += (ioc->hi_priority_depth * ioc->request_sz); in _base_allocate_memory_pools()
2856 sz += (ioc->internal_depth * ioc->request_sz); in _base_allocate_memory_pools()
2864 ioc->chains_needed_per_io, ioc->request_sz, sz/1024); in _base_allocate_memory_pools()
2876 ioc->chains_needed_per_io, ioc->request_sz, sz/1024); in _base_allocate_memory_pools()
2880 ioc->request_sz); in _base_allocate_memory_pools()
2882 ioc->request_sz); in _base_allocate_memory_pools()
2886 ioc->request_sz); in _base_allocate_memory_pools()
2888 ioc->request_sz); in _base_allocate_memory_pools()
2892 ioc->name, ioc->request, ioc->hba_queue_depth, ioc->request_sz, in _base_allocate_memory_pools()
2893 (ioc->hba_queue_depth * ioc->request_sz)/1024)); in _base_allocate_memory_pools()
2923 ioc->request_sz, 16, 0); in _base_allocate_memory_pools()
2937 total_sz += ioc->request_sz; in _base_allocate_memory_pools()
2942 ioc->name, ioc->chain_depth, ioc->request_sz, in _base_allocate_memory_pools()
2943 ((ioc->chain_depth * ioc->request_sz))/1024)); in _base_allocate_memory_pools()
3789 mpi_request.SystemRequestFrameSize = cpu_to_le16(ioc->request_sz/4); in _base_send_ioc_init()