Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/mpt3sas/
Dmpt3sas_config.c414 _debug_dump_mf(mpi_request, ioc->request_sz/4); in _config_request()
415 _debug_dump_reply(mpi_reply, ioc->request_sz/4); in _config_request()
427 _debug_dump_mf(mpi_request, ioc->request_sz/4); in _config_request()
428 _debug_dump_reply(mpi_reply, ioc->request_sz/4); in _config_request()
452 _debug_dump_mf(mpi_request, ioc->request_sz/4); in _config_request()
453 _debug_dump_reply(mpi_reply, ioc->request_sz/4); in _config_request()
469 _debug_dump_mf(mpi_request, ioc->request_sz/4); in _config_request()
470 _debug_dump_reply(mpi_reply, ioc->request_sz/4); in _config_request()
Dmpt3sas_base.c1546 sges_in_segment = (ioc->request_sz - in _base_build_sg_scmd_ieee()
2187 return (void *)(ioc->request + (smid * ioc->request_sz)); in mpt3sas_base_get_msg_frame()
3202 ioc->request_sz = facts->IOCRequestFrameSize * 4; in _base_allocate_memory_pools()
3213 max_sge_elements = ioc->request_sz - ((sizeof(Mpi2SCSIIORequest_t) - in _base_allocate_memory_pools()
3218 max_sge_elements = ioc->request_sz - sge_size; in _base_allocate_memory_pools()
3338 sz = ((ioc->scsiio_depth + 1) * ioc->request_sz); in _base_allocate_memory_pools()
3341 sz += (ioc->hi_priority_depth * ioc->request_sz); in _base_allocate_memory_pools()
3344 sz += (ioc->internal_depth * ioc->request_sz); in _base_allocate_memory_pools()
3352 ioc->chains_needed_per_io, ioc->request_sz, sz/1024); in _base_allocate_memory_pools()
3364 ioc->chains_needed_per_io, ioc->request_sz, sz/1024); in _base_allocate_memory_pools()
[all …]
Dmpt3sas_base.h1072 u16 request_sz; member
Dmpt3sas_ctl.c674 mpi_request = kzalloc(ioc->request_sz, GFP_KERNEL); in _ctl_do_mpt_command()
684 if (karg.data_sge_offset * 4 > ioc->request_sz || in _ctl_do_mpt_command()