Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/mpt2sas/
Dmpt2sas_base.c1558 return (void *)(ioc->request + (smid * ioc->request_sz)); in mpt2sas_base_get_msg_frame()
2438 ioc->request_sz = facts->IOCRequestFrameSize * 4; in _base_allocate_memory_pools()
2446 max_sge_elements = ioc->request_sz - ((sizeof(Mpi2SCSIIORequest_t) - in _base_allocate_memory_pools()
2451 max_sge_elements = ioc->request_sz - ioc->sge_size; in _base_allocate_memory_pools()
2512 sz = ((ioc->scsiio_depth + 1) * ioc->request_sz); in _base_allocate_memory_pools()
2515 sz += (ioc->hi_priority_depth * ioc->request_sz); in _base_allocate_memory_pools()
2518 sz += (ioc->internal_depth * ioc->request_sz); in _base_allocate_memory_pools()
2526 ioc->chains_needed_per_io, ioc->request_sz, sz/1024); in _base_allocate_memory_pools()
2538 ioc->chains_needed_per_io, ioc->request_sz, sz/1024); in _base_allocate_memory_pools()
2543 ioc->request_sz); in _base_allocate_memory_pools()
[all …]
Dmpt2sas_base.h905 u16 request_sz; member
Dmpt2sas_ctl.c682 mpi_request = kzalloc(ioc->request_sz, GFP_KERNEL); in _ctl_do_mpt_command()
691 if (karg.data_sge_offset * 4 > ioc->request_sz || in _ctl_do_mpt_command()