Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dpci-doe.h22 const void *request, size_t request_sz,
/openbmc/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_transport.c34 u16 request_sz, void *reply, u16 reply_sz, int timeout, in mpi3mr_post_transport_req() argument
55 dprint_dump(request, request_sz, "transport_req"); in mpi3mr_post_transport_req()
56 retval = mpi3mr_admin_request_post(mrioc, request, request_sz, 1); in mpi3mr_post_transport_req()
142 u16 request_sz = sizeof(struct mpi3_smp_passthrough_request); in mpi3mr_report_manufacture() local
170 memset(&mpi_request, 0, request_sz); in mpi3mr_report_manufacture()
187 rc = mpi3mr_post_transport_req(mrioc, &mpi_request, request_sz, in mpi3mr_report_manufacture()
2536 u16 request_sz = sizeof(struct mpi3_smp_passthrough_request); in mpi3mr_get_expander_phy_error_log() local
2567 memset(&mpi_request, 0, request_sz); in mpi3mr_get_expander_phy_error_log()
2584 if (mpi3mr_post_transport_req(mrioc, &mpi_request, request_sz, in mpi3mr_get_expander_phy_error_log()
2794 u16 request_sz = sizeof(struct mpi3_smp_passthrough_request); in mpi3mr_expander_phy_control() local
[all …]
/openbmc/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()
2885 sges_in_segment = (ioc->request_sz - in _base_build_sg_scmd_ieee()
3785 return (void *)(ioc->request + (smid * ioc->request_sz)); in mpt3sas_base_get_msg_frame()
4060 memset(request, 0, ioc->request_sz); in mpt3sas_base_free_smid()
4172 MPI_FRAME_START_OFFSET + (smid * ioc->request_sz); in _base_put_smid_mpi_ep_scsi_io()
[all …]
H A 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()
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_base.h1511 u16 request_sz; member
H A Dmpt3sas_scsih.c5232 memset(mpi_request, 0, ioc->request_sz); in scsih_qcmd()
/openbmc/linux/drivers/pci/
H A Ddoe.c629 const void *request, size_t request_sz, in pci_doe() argument
637 .request_pl_sz = request_sz, in pci_doe()