Home
last modified time | relevance | path

Searched refs:request_sz (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/scsi/mpt2sas/
Dmpt2sas_base.c1343 return (void *)(ioc->request + (smid * ioc->request_sz)); in mpt2sas_base_get_msg_frame()
2179 ioc->request_sz = facts->IOCRequestFrameSize * 4; in _base_allocate_memory_pools()
2187 max_sge_elements = ioc->request_sz - ((sizeof(Mpi2SCSIIORequest_t) - in _base_allocate_memory_pools()
2192 max_sge_elements = ioc->request_sz - ioc->sge_size; in _base_allocate_memory_pools()
2278 sz = ((ioc->scsiio_depth + 1) * ioc->request_sz); in _base_allocate_memory_pools()
2281 sz += (ioc->hi_priority_depth * ioc->request_sz); in _base_allocate_memory_pools()
2284 sz += (ioc->internal_depth * ioc->request_sz); in _base_allocate_memory_pools()
2292 ioc->chains_needed_per_io, ioc->request_sz, sz/1024); in _base_allocate_memory_pools()
2304 ioc->chains_needed_per_io, ioc->request_sz, sz/1024); in _base_allocate_memory_pools()
2309 ioc->request_sz); in _base_allocate_memory_pools()
[all …]
Dmpt2sas_base.h756 u16 request_sz; member
Dmpt2sas_ctl.c683 mpi_request = kzalloc(ioc->request_sz, GFP_KERNEL); in _ctl_do_mpt_command()
692 if (karg.data_sge_offset * 4 > ioc->request_sz || in _ctl_do_mpt_command()