Searched refs:request_sz (Results 1 – 7 of 7) sorted by relevance
/drivers/scsi/mpt3sas/ |
D | mpt3sas_config.c | 419 _debug_dump_mf(mpi_request, ioc->request_sz/4); in _config_request() 420 _debug_dump_reply(mpi_reply, ioc->request_sz/4); in _config_request() 432 _debug_dump_mf(mpi_request, ioc->request_sz/4); in _config_request() 433 _debug_dump_reply(mpi_reply, ioc->request_sz/4); in _config_request() 457 _debug_dump_mf(mpi_request, ioc->request_sz/4); in _config_request() 458 _debug_dump_reply(mpi_reply, ioc->request_sz/4); in _config_request() 474 _debug_dump_mf(mpi_request, ioc->request_sz/4); in _config_request() 475 _debug_dump_reply(mpi_reply, ioc->request_sz/4); in _config_request()
|
D | mpt3sas_base.c | 1345 sges_in_segment = (ioc->request_sz - in _base_build_sg_scmd_ieee() 1895 return (void *)(ioc->request + (smid * ioc->request_sz)); in mpt3sas_base_get_msg_frame() 2682 ioc->request_sz = facts->IOCRequestFrameSize * 4; in _base_allocate_memory_pools() 2693 max_sge_elements = ioc->request_sz - ((sizeof(Mpi2SCSIIORequest_t) - in _base_allocate_memory_pools() 2698 max_sge_elements = ioc->request_sz - sge_size; in _base_allocate_memory_pools() 2818 sz = ((ioc->scsiio_depth + 1) * ioc->request_sz); in _base_allocate_memory_pools() 2821 sz += (ioc->hi_priority_depth * ioc->request_sz); in _base_allocate_memory_pools() 2824 sz += (ioc->internal_depth * ioc->request_sz); in _base_allocate_memory_pools() 2832 ioc->chains_needed_per_io, ioc->request_sz, sz/1024); in _base_allocate_memory_pools() 2844 ioc->chains_needed_per_io, ioc->request_sz, sz/1024); in _base_allocate_memory_pools() [all …]
|
D | mpt3sas_base.h | 868 u16 request_sz; member
|
D | mpt3sas_ctl.c | 662 mpi_request = kzalloc(ioc->request_sz, GFP_KERNEL); in _ctl_do_mpt_command() 672 if (karg.data_sge_offset * 4 > ioc->request_sz || in _ctl_do_mpt_command()
|
/drivers/scsi/mpt2sas/ |
D | mpt2sas_base.c | 1613 return (void *)(ioc->request + (smid * ioc->request_sz)); in mpt2sas_base_get_msg_frame() 2512 ioc->request_sz = facts->IOCRequestFrameSize * 4; in _base_allocate_memory_pools() 2520 max_sge_elements = ioc->request_sz - ((sizeof(Mpi2SCSIIORequest_t) - in _base_allocate_memory_pools() 2525 max_sge_elements = ioc->request_sz - ioc->sge_size; in _base_allocate_memory_pools() 2647 sz = ((ioc->scsiio_depth + 1) * ioc->request_sz); in _base_allocate_memory_pools() 2650 sz += (ioc->hi_priority_depth * ioc->request_sz); in _base_allocate_memory_pools() 2653 sz += (ioc->internal_depth * ioc->request_sz); in _base_allocate_memory_pools() 2661 ioc->chains_needed_per_io, ioc->request_sz, sz/1024); in _base_allocate_memory_pools() 2673 ioc->chains_needed_per_io, ioc->request_sz, sz/1024); in _base_allocate_memory_pools() 2678 ioc->request_sz); in _base_allocate_memory_pools() [all …]
|
D | mpt2sas_base.h | 925 u16 request_sz; member
|
D | mpt2sas_ctl.c | 667 mpi_request = kzalloc(ioc->request_sz, GFP_KERNEL); in _ctl_do_mpt_command() 676 if (karg.data_sge_offset * 4 > ioc->request_sz || in _ctl_do_mpt_command()
|