/kernel/linux/linux-6.6/include/linux/ |
H A D | pci-doe.h | 22 const void *request, size_t request_sz,
|
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/ |
H A D | mpi3mr_transport.c | 16 * @request_sz: Size of the MPI3 request 34 u16 request_sz, void *reply, u16 reply_sz, int timeout, in mpi3mr_post_transport_req() 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() 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() 33 mpi3mr_post_transport_req(struct mpi3mr_ioc *mrioc, void *request, u16 request_sz, void *reply, u16 reply_sz, int timeout, u16 *ioc_status) mpi3mr_post_transport_req() argument 2784 u16 request_sz = sizeof(struct mpi3_smp_passthrough_request); mpi3mr_expander_phy_control() local 2882 u16 request_sz = sizeof(struct mpi3_iounit_control_request); mpi3mr_transport_phy_reset() local 3206 u16 request_sz = sizeof(struct mpi3_smp_passthrough_request); mpi3mr_transport_smp_handler() local [all...] |
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_base.c | 252 (cmd_credit * ioc->request_sz) + (index * sizeof(u32)); in _base_clone_reply_to_sys_mem() 312 (cmd_credit * ioc->request_sz) + in _base_get_chain() 315 ioc->request_sz) + (sge_chain_count * ioc->request_sz); in _base_get_chain() 338 (cmd_credit * ioc->request_sz) + in _base_get_chain_phys() 341 ioc->request_sz) + (sge_chain_count * ioc->request_sz); in _base_get_chain_phys() 589 src_chain_addr[i], ioc->request_sz); in _clone_sg_entries() 2702 sges_in_segment = (ioc->request_sz - in _base_build_sg_scmd_ieee() 3500 return (void *)(ioc->request + (smid * ioc->request_sz)); in mpt3sas_base_get_msg_frame() [all...] |
H A D | mpt3sas_config.c | 412 _debug_dump_mf(mpi_request, ioc->request_sz/4); in _config_request() 426 _debug_dump_mf(mpi_request, ioc->request_sz/4); in _config_request() 453 _debug_dump_mf(mpi_request, ioc->request_sz/4); in _config_request() 469 _debug_dump_mf(mpi_request, ioc->request_sz/4); in _config_request()
|
H A D | mpt3sas_ctl.c | 692 mpi_request = kzalloc(ioc->request_sz, GFP_KERNEL); in _ctl_do_mpt_command() 701 if (karg.data_sge_offset * 4 > ioc->request_sz || in _ctl_do_mpt_command() 731 memset(request, 0, ioc->request_sz); in _ctl_do_mpt_command() 802 ioc->request_sz/4); in _ctl_do_mpt_command() 984 ioc->request_sz/4); in _ctl_do_mpt_command()
|
H A D | mpt3sas_base.h | 1129 * @request_sz: per request frame size 1365 u16 request_sz; member
|
H A D | mpt3sas_scsih.c | 5036 memset(mpi_request, 0, ioc->request_sz); in scsih_qcmd()
|
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_base.c | 259 (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() 2869 sges_in_segment = (ioc->request_sz - in _base_build_sg_scmd_ieee() 3769 return (void *)(ioc->request + (smid * ioc->request_sz)); in mpt3sas_base_get_msg_frame() [all...] |
H 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()
|
H 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()
|
H A D | mpt3sas_base.h | 1264 * @request_sz: per request frame size 1511 u16 request_sz; member
|
H A D | mpt3sas_scsih.c | 5232 memset(mpi_request, 0, ioc->request_sz); in scsih_qcmd()
|
/kernel/linux/linux-6.6/drivers/pci/ |
H A D | doe.c | 607 * @request_sz: Size of request payload (bytes) 629 const void *request, size_t request_sz, in pci_doe() 637 .request_pl_sz = request_sz, in pci_doe() 628 pci_doe(struct pci_doe_mb *doe_mb, u16 vendor, u8 type, const void *request, size_t request_sz, void *response, size_t response_sz) pci_doe() argument
|