Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/mpt3sas/
Dmpt3sas_config.c420 _debug_dump_mf(mpi_request, ioc->request_sz/4); in _config_request()
421 _debug_dump_reply(mpi_reply, ioc->request_sz/4); in _config_request()
433 _debug_dump_mf(mpi_request, ioc->request_sz/4); in _config_request()
434 _debug_dump_reply(mpi_reply, ioc->request_sz/4); in _config_request()
458 _debug_dump_mf(mpi_request, ioc->request_sz/4); in _config_request()
459 _debug_dump_reply(mpi_reply, ioc->request_sz/4); in _config_request()
475 _debug_dump_mf(mpi_request, ioc->request_sz/4); in _config_request()
476 _debug_dump_reply(mpi_reply, ioc->request_sz/4); in _config_request()
Dmpt3sas_base.c1349 sges_in_segment = (ioc->request_sz - in _base_build_sg_scmd_ieee()
1917 return (void *)(ioc->request + (smid * ioc->request_sz)); in mpt3sas_base_get_msg_frame()
2714 ioc->request_sz = facts->IOCRequestFrameSize * 4; in _base_allocate_memory_pools()
2725 max_sge_elements = ioc->request_sz - ((sizeof(Mpi2SCSIIORequest_t) - in _base_allocate_memory_pools()
2730 max_sge_elements = ioc->request_sz - sge_size; in _base_allocate_memory_pools()
2850 sz = ((ioc->scsiio_depth + 1) * ioc->request_sz); in _base_allocate_memory_pools()
2853 sz += (ioc->hi_priority_depth * ioc->request_sz); in _base_allocate_memory_pools()
2856 sz += (ioc->internal_depth * ioc->request_sz); in _base_allocate_memory_pools()
2864 ioc->chains_needed_per_io, ioc->request_sz, sz/1024); in _base_allocate_memory_pools()
2876 ioc->chains_needed_per_io, ioc->request_sz, sz/1024); in _base_allocate_memory_pools()
[all …]
Dmpt3sas_base.h873 u16 request_sz; member
Dmpt3sas_ctl.c663 mpi_request = kzalloc(ioc->request_sz, GFP_KERNEL); in _ctl_do_mpt_command()
673 if (karg.data_sge_offset * 4 > ioc->request_sz || in _ctl_do_mpt_command()
/linux-4.1.27/drivers/scsi/mpt2sas/
Dmpt2sas_base.c1635 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()
[all …]
Dmpt2sas_base.h930 u16 request_sz; member
Dmpt2sas_ctl.c668 mpi_request = kzalloc(ioc->request_sz, GFP_KERNEL); in _ctl_do_mpt_command()
677 if (karg.data_sge_offset * 4 > ioc->request_sz || in _ctl_do_mpt_command()