Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/mpi3mr/
Dmpi3mr_transport.c37 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()
2526 u16 request_sz = sizeof(struct mpi3_smp_passthrough_request); in mpi3mr_get_expander_phy_error_log() local
2557 memset(&mpi_request, 0, request_sz); in mpi3mr_get_expander_phy_error_log()
2574 if (mpi3mr_post_transport_req(mrioc, &mpi_request, request_sz, in mpi3mr_get_expander_phy_error_log()
2784 u16 request_sz = sizeof(struct mpi3_smp_passthrough_request); in mpi3mr_expander_phy_control() local
[all …]
/linux-6.1.9/drivers/scsi/mpt3sas/
Dmpt3sas_base.c243 (cmd_credit * ioc->request_sz) + (index * sizeof(u32)); in _base_clone_reply_to_sys_mem()
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()
580 src_chain_addr[i], ioc->request_sz); in _clone_sg_entries()
2853 sges_in_segment = (ioc->request_sz - in _base_build_sg_scmd_ieee()
3758 return (void *)(ioc->request + (smid * ioc->request_sz)); in mpt3sas_base_get_msg_frame()
4033 memset(request, 0, ioc->request_sz); in mpt3sas_base_free_smid()
4145 MPI_FRAME_START_OFFSET + (smid * ioc->request_sz); in _base_put_smid_mpi_ep_scsi_io()
[all …]
Dmpt3sas_ctl.c695 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()
Dmpt3sas_config.c417 _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()
Dmpt3sas_base.h1511 u16 request_sz; member
Dmpt3sas_scsih.c5233 memset(mpi_request, 0, ioc->request_sz); in scsih_qcmd()