Searched refs:request_sz (Results 1 – 7 of 7) sorted by relevance
| /drivers/scsi/mpi3mr/ |
| A D | mpi3mr_transport.c | 36 u16 request_sz, void *reply, u16 reply_sz, int timeout, in mpi3mr_post_transport_req() argument 57 dprint_dump(request, request_sz, "transport_req"); in mpi3mr_post_transport_req() 58 retval = mpi3mr_admin_request_post(mrioc, request, request_sz, 1); in mpi3mr_post_transport_req() 144 u16 request_sz = sizeof(struct mpi3_smp_passthrough_request); in mpi3mr_report_manufacture() local 177 memset(&mpi_request, 0, request_sz); in mpi3mr_report_manufacture() 194 rc = mpi3mr_post_transport_req(mrioc, &mpi_request, request_sz, in mpi3mr_report_manufacture() 2601 memset(&mpi_request, 0, request_sz); in mpi3mr_get_expander_phy_error_log() 2872 memset(&mpi_request, 0, request_sz); in mpi3mr_expander_phy_control() 2932 u16 request_sz = sizeof(struct mpi3_iounit_control_request); in mpi3mr_transport_phy_reset() local 2948 memset(&mpi_request, 0, request_sz); in mpi3mr_transport_phy_reset() [all …]
|
| /drivers/scsi/mpt3sas/ |
| A D | mpt3sas_base.c | 319 (cmd_credit * ioc->request_sz) + in _base_get_chain() 322 ioc->request_sz) + (sge_chain_count * ioc->request_sz); in _base_get_chain() 345 (cmd_credit * ioc->request_sz) + in _base_get_chain_phys() 348 ioc->request_sz) + (sge_chain_count * ioc->request_sz); in _base_get_chain_phys() 4179 ioc->request_sz); in _base_put_smid_mpi_ep_scsi_io() 4256 ioc->request_sz); in _base_put_smid_hi_priority() 4318 ioc->request_sz); in _base_put_smid_default() 6517 ioc->request_sz); in _base_allocate_memory_pools() 6519 ioc->request_sz); in _base_allocate_memory_pools() 6523 ioc->request_sz); in _base_allocate_memory_pools() [all …]
|
| A D | mpt3sas_ctl.c | 733 mpi_request = kzalloc(ioc->request_sz, GFP_KERNEL); in _ctl_do_mpt_command() 742 if (karg.data_sge_offset * 4 > ioc->request_sz || in _ctl_do_mpt_command() 772 memset(request, 0, ioc->request_sz); in _ctl_do_mpt_command() 860 ioc->request_sz/4); in _ctl_do_mpt_command() 1052 ioc->request_sz/4); in _ctl_do_mpt_command() 1761 memset(mpi_request, 0, ioc->request_sz); in _ctl_diag_register_2() 2240 memset(mpi_request, 0, ioc->request_sz); in mpt3sas_send_diag_release() 2495 memset(mpi_request, 0, ioc->request_sz); in _ctl_diag_read_buffer() 2974 memset(request, 0, ioc->request_sz); in mpt3sas_send_mctp_passthru_req()
|
| 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 | 1508 u16 request_sz; member
|
| A D | mpt3sas_scsih.c | 5230 memset(mpi_request, 0, ioc->request_sz); in scsih_qcmd()
|
| /drivers/pci/ |
| A D | doe.c | 800 const void *request, size_t request_sz, in pci_doe() argument 808 .request_pl_sz = request_sz, in pci_doe()
|
Completed in 58 milliseconds