Lines Matching refs:request_sz
1635 return (void *)(ioc->request + (smid * ioc->request_sz)); in mpt2sas_base_get_msg_frame()
2541 ioc->request_sz = facts->IOCRequestFrameSize * 4; in _base_allocate_memory_pools()
2549 max_sge_elements = ioc->request_sz - ((sizeof(Mpi2SCSIIORequest_t) - in _base_allocate_memory_pools()
2554 max_sge_elements = ioc->request_sz - ioc->sge_size; in _base_allocate_memory_pools()
2676 sz = ((ioc->scsiio_depth + 1) * ioc->request_sz); in _base_allocate_memory_pools()
2679 sz += (ioc->hi_priority_depth * ioc->request_sz); in _base_allocate_memory_pools()
2682 sz += (ioc->internal_depth * ioc->request_sz); in _base_allocate_memory_pools()
2690 ioc->chains_needed_per_io, ioc->request_sz, sz/1024); in _base_allocate_memory_pools()
2702 ioc->chains_needed_per_io, ioc->request_sz, sz/1024); in _base_allocate_memory_pools()
2707 ioc->request_sz); in _base_allocate_memory_pools()
2709 ioc->request_sz); in _base_allocate_memory_pools()
2713 ioc->request_sz); in _base_allocate_memory_pools()
2715 ioc->request_sz); in _base_allocate_memory_pools()
2720 ioc->request, ioc->hba_queue_depth, ioc->request_sz, in _base_allocate_memory_pools()
2721 (ioc->hba_queue_depth * ioc->request_sz)/1024)); in _base_allocate_memory_pools()
2752 ioc->request_sz, 16, 0); in _base_allocate_memory_pools()
2766 total_sz += ioc->request_sz; in _base_allocate_memory_pools()
2771 ioc->chain_depth, ioc->request_sz, ((ioc->chain_depth * in _base_allocate_memory_pools()
2772 ioc->request_sz))/1024)); in _base_allocate_memory_pools()
3667 mpi_request.SystemRequestFrameSize = cpu_to_le16(ioc->request_sz/4); in _base_send_ioc_init()