Home
last modified time | relevance | path

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

/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_transport.c36 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()
2575 u16 request_sz = sizeof(struct mpi3_smp_passthrough_request); in mpi3mr_get_expander_phy_error_log() local
2611 memset(&mpi_request, 0, request_sz); in mpi3mr_get_expander_phy_error_log()
2628 if (mpi3mr_post_transport_req(mrioc, &mpi_request, request_sz, in mpi3mr_get_expander_phy_error_log()
2838 u16 request_sz = sizeof(struct mpi3_smp_passthrough_request); in mpi3mr_expander_phy_control() local
[all …]
/linux/include/linux/
H A Dpci-doe.h26 const void *request, size_t request_sz,
/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c259 (cmd_credit * ioc->request_sz) + (index * sizeof(u32)); in _base_clone_reply_to_sys_mem()
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()
596 src_chain_addr[i], ioc->request_sz); in _clone_sg_entries()
2896 sges_in_segment = (ioc->request_sz - in _base_build_sg_scmd_ieee()
3795 return (void *)(ioc->request + (smid * ioc->request_sz)); in mpt3sas_base_get_msg_frame()
4070 memset(request, 0, ioc->request_sz); in mpt3sas_base_free_smid()
4182 MPI_FRAME_START_OFFSET + (smid * ioc->request_sz); in _base_put_smid_mpi_ep_scsi_io()
[all …]
H A Dmpt3sas_ctl.c733 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()
H A 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()
H A Dmpt3sas_scsih.c5532 memset(mpi_request, 0, ioc->request_sz); in scsih_qcmd()
/linux/drivers/pci/
H A Ddoe.c798 const void *request, size_t request_sz, in pci_doe() argument
806 .request_pl_sz = request_sz, in pci_doe()