Searched refs:request_sz (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/drivers/scsi/mpi3mr/ |
A D | mpi3mr_transport.c | 37 u16 request_sz, void *reply, u16 reply_sz, int timeout, in mpi3mr_post_transport_req() argument 58 dprint_dump(request, request_sz, "transport_req"); in mpi3mr_post_transport_req() 59 retval = mpi3mr_admin_request_post(mrioc, request, request_sz, 1); in mpi3mr_post_transport_req() 145 u16 request_sz = sizeof(struct mpi3_smp_passthrough_request); in mpi3mr_report_manufacture() local 173 memset(&mpi_request, 0, request_sz); in mpi3mr_report_manufacture() 190 rc = mpi3mr_post_transport_req(mrioc, &mpi_request, request_sz, in mpi3mr_report_manufacture() 2560 memset(&mpi_request, 0, request_sz); in mpi3mr_get_expander_phy_error_log() 2825 memset(&mpi_request, 0, request_sz); in mpi3mr_expander_phy_control() 2885 u16 request_sz = sizeof(struct mpi3_iounit_control_request); in mpi3mr_transport_phy_reset() local 2901 memset(&mpi_request, 0, request_sz); in mpi3mr_transport_phy_reset() [all …]
|
/linux-6.3-rc2/drivers/scsi/mpt3sas/ |
A D | mpt3sas_base.c | 303 (cmd_credit * ioc->request_sz) + in _base_get_chain() 306 ioc->request_sz) + (sge_chain_count * ioc->request_sz); in _base_get_chain() 329 (cmd_credit * ioc->request_sz) + in _base_get_chain_phys() 332 ioc->request_sz) + (sge_chain_count * ioc->request_sz); in _base_get_chain_phys() 4146 ioc->request_sz); in _base_put_smid_mpi_ep_scsi_io() 4223 ioc->request_sz); in _base_put_smid_hi_priority() 4285 ioc->request_sz); in _base_put_smid_default() 6494 ioc->request_sz); in _base_allocate_memory_pools() 6496 ioc->request_sz); in _base_allocate_memory_pools() 6500 ioc->request_sz); in _base_allocate_memory_pools() [all …]
|
A D | mpt3sas_ctl.c | 695 mpi_request = kzalloc(ioc->request_sz, GFP_KERNEL); in _ctl_do_mpt_command() 704 if (karg.data_sge_offset * 4 > ioc->request_sz || in _ctl_do_mpt_command() 734 memset(request, 0, ioc->request_sz); in _ctl_do_mpt_command() 805 ioc->request_sz/4); in _ctl_do_mpt_command() 997 ioc->request_sz/4); in _ctl_do_mpt_command() 1697 memset(mpi_request, 0, ioc->request_sz); in _ctl_diag_register_2() 2176 memset(mpi_request, 0, ioc->request_sz); in mpt3sas_send_diag_release() 2431 memset(mpi_request, 0, ioc->request_sz); in _ctl_diag_read_buffer()
|
A D | mpt3sas_config.c | 417 _debug_dump_mf(mpi_request, ioc->request_sz/4); in _config_request() 431 _debug_dump_mf(mpi_request, ioc->request_sz/4); in _config_request() 458 _debug_dump_mf(mpi_request, ioc->request_sz/4); in _config_request() 474 _debug_dump_mf(mpi_request, ioc->request_sz/4); in _config_request()
|
A D | mpt3sas_base.h | 1511 u16 request_sz; member
|
A D | mpt3sas_scsih.c | 5233 memset(mpi_request, 0, ioc->request_sz); in scsih_qcmd()
|
Completed in 54 milliseconds