Lines Matching refs:request_sz

1546 	sges_in_segment = (ioc->request_sz -  in _base_build_sg_scmd_ieee()
2187 return (void *)(ioc->request + (smid * ioc->request_sz)); in mpt3sas_base_get_msg_frame()
3202 ioc->request_sz = facts->IOCRequestFrameSize * 4; in _base_allocate_memory_pools()
3213 max_sge_elements = ioc->request_sz - ((sizeof(Mpi2SCSIIORequest_t) - in _base_allocate_memory_pools()
3218 max_sge_elements = ioc->request_sz - sge_size; in _base_allocate_memory_pools()
3338 sz = ((ioc->scsiio_depth + 1) * ioc->request_sz); in _base_allocate_memory_pools()
3341 sz += (ioc->hi_priority_depth * ioc->request_sz); in _base_allocate_memory_pools()
3344 sz += (ioc->internal_depth * ioc->request_sz); in _base_allocate_memory_pools()
3352 ioc->chains_needed_per_io, ioc->request_sz, sz/1024); in _base_allocate_memory_pools()
3364 ioc->chains_needed_per_io, ioc->request_sz, sz/1024); in _base_allocate_memory_pools()
3368 ioc->request_sz); in _base_allocate_memory_pools()
3370 ioc->request_sz); in _base_allocate_memory_pools()
3374 ioc->request_sz); in _base_allocate_memory_pools()
3376 ioc->request_sz); in _base_allocate_memory_pools()
3380 ioc->name, ioc->request, ioc->hba_queue_depth, ioc->request_sz, in _base_allocate_memory_pools()
3381 (ioc->hba_queue_depth * ioc->request_sz)/1024)); in _base_allocate_memory_pools()
3411 ioc->request_sz, 16, 0); in _base_allocate_memory_pools()
3425 total_sz += ioc->request_sz; in _base_allocate_memory_pools()
3430 ioc->name, ioc->chain_depth, ioc->request_sz, in _base_allocate_memory_pools()
3431 ((ioc->chain_depth * ioc->request_sz))/1024)); in _base_allocate_memory_pools()
4345 mpi_request.SystemRequestFrameSize = cpu_to_le16(ioc->request_sz/4); in _base_send_ioc_init()