Lines Matching refs:request_sz

243 			(cmd_credit * ioc->request_sz) + (index * sizeof(u32));  in _base_clone_reply_to_sys_mem()
303 (cmd_credit * ioc->request_sz) + in _base_get_chain()
306 ioc->request_sz) + (sge_chain_count * ioc->request_sz); in _base_get_chain()
329 (cmd_credit * ioc->request_sz) + in _base_get_chain_phys()
332 ioc->request_sz) + (sge_chain_count * ioc->request_sz); in _base_get_chain_phys()
580 src_chain_addr[i], ioc->request_sz); in _clone_sg_entries()
2853 sges_in_segment = (ioc->request_sz - in _base_build_sg_scmd_ieee()
3758 return (void *)(ioc->request + (smid * ioc->request_sz)); in mpt3sas_base_get_msg_frame()
4033 memset(request, 0, ioc->request_sz); in mpt3sas_base_free_smid()
4145 MPI_FRAME_START_OFFSET + (smid * ioc->request_sz); in _base_put_smid_mpi_ep_scsi_io()
4147 ioc->request_sz); in _base_put_smid_mpi_ep_scsi_io()
4222 + (smid * ioc->request_sz); in _base_put_smid_hi_priority()
4224 ioc->request_sz); in _base_put_smid_hi_priority()
4284 MPI_FRAME_START_OFFSET + (smid * ioc->request_sz); in _base_put_smid_default()
4286 ioc->request_sz); in _base_put_smid_default()
6341 ioc->request_sz = facts->IOCRequestFrameSize * 4; in _base_allocate_memory_pools()
6357 ioc->chain_segment_sz = ioc->request_sz; in _base_allocate_memory_pools()
6365 max_sge_elements = ioc->request_sz - ((sizeof(Mpi2SCSIIORequest_t) - in _base_allocate_memory_pools()
6462 sz = ((ioc->scsiio_depth + 1) * ioc->request_sz); in _base_allocate_memory_pools()
6465 sz += (ioc->hi_priority_depth * ioc->request_sz); in _base_allocate_memory_pools()
6468 sz += (ioc->internal_depth * ioc->request_sz); in _base_allocate_memory_pools()
6476 ioc->request_sz, sz / 1024); in _base_allocate_memory_pools()
6488 ioc->request_sz, sz / 1024); in _base_allocate_memory_pools()
6492 ioc->request_sz); in _base_allocate_memory_pools()
6494 ioc->request_sz); in _base_allocate_memory_pools()
6498 ioc->request_sz); in _base_allocate_memory_pools()
6500 ioc->request_sz); in _base_allocate_memory_pools()
6506 ioc->hba_queue_depth, ioc->request_sz, in _base_allocate_memory_pools()
6507 (ioc->hba_queue_depth * ioc->request_sz) / 1024); in _base_allocate_memory_pools()
7260 memset(request, 0, ioc->request_sz); in mpt3sas_base_scsi_enclosure_processor()
7524 mpi_request.SystemRequestFrameSize = cpu_to_le16(ioc->request_sz/4); in _base_send_ioc_init()