| /linux-6.15/drivers/scsi/mpi3mr/ |
| H A D | mpi3mr_transport.c | 137 void *psge; in mpi3mr_report_manufacture() local 184 psge = &mpi_request.request_sge; in mpi3mr_report_manufacture() 187 psge = &mpi_request.response_sge; in mpi3mr_report_manufacture() 2560 void *psge; in mpi3mr_get_expander_phy_error_log() local 2608 psge = &mpi_request.request_sge; in mpi3mr_get_expander_phy_error_log() 2611 psge = &mpi_request.response_sge; in mpi3mr_get_expander_phy_error_log() 2821 void *psge; in mpi3mr_expander_phy_control() local 2879 psge = &mpi_request.request_sge; in mpi3mr_expander_phy_control() 2882 psge = &mpi_request.response_sge; in mpi3mr_expander_phy_control() 3248 void *psge; in mpi3mr_transport_smp_handler() local [all …]
|
| /linux-6.15/drivers/scsi/mpt3sas/ |
| H A D | mpt3sas_transport.c | 362 void *psge; in _transport_expander_report_manufacture() local 424 psge = &mpi_request->SGL; in _transport_expander_report_manufacture() 426 ioc->build_sg(ioc, psge, data_out_dma, data_out_sz, data_in_dma, in _transport_expander_report_manufacture() 1275 void *psge; in _transport_get_expander_phy_error_log() local 1338 psge = &mpi_request->SGL; in _transport_get_expander_phy_error_log() 1340 ioc->build_sg(ioc, psge, data_out_dma, in _transport_get_expander_phy_error_log() 1566 void *psge; in _transport_expander_phy_control() local 1634 psge = &mpi_request->SGL; in _transport_expander_phy_control() 1636 ioc->build_sg(ioc, psge, data_out_dma, in _transport_expander_phy_control() 2056 void *psge; in _transport_smp_handler() local [all …]
|
| H A D | mpt3sas_ctl.c | 684 psge += ioc->sge_size_ieee; in _ctl_send_mctp_passthru_req() 687 ioc->build_sg(ioc, psge, 0, 0, data_in_dma, data_in_sz); in _ctl_send_mctp_passthru_req() 710 void *psge; in _ctl_do_mpt_command() local 826 psge = (void *)request + (karg.data_sge_offset*4); in _ctl_do_mpt_command() 912 ioc->build_sg(ioc, psge, data_out_dma, data_out_sz, in _ctl_do_mpt_command() 952 ioc->build_sg_mpi(ioc, psge, data_out_dma, data_out_sz, in _ctl_do_mpt_command() 1029 ioc->build_sg(ioc, psge, data_out_dma, data_out_sz, in _ctl_do_mpt_command() 1037 ioc->build_sg_mpi(ioc, psge, data_out_dma, in _ctl_do_mpt_command() 1055 ioc->build_sg_mpi(ioc, psge, data_out_dma, data_out_sz, in _ctl_do_mpt_command() 1075 ioc->build_sg_mpi(ioc, psge, data_out_dma, data_out_sz, in _ctl_do_mpt_command() [all …]
|
| H A D | mpt3sas_base.c | 2174 _base_build_sg(struct MPT3SAS_ADAPTER *ioc, void *psge, in _base_build_sg() argument 2181 _base_build_zero_len_sge(ioc, psge); in _base_build_sg() 2190 ioc->base_add_sg_single(psge, sgl_flags | in _base_build_sg() 2194 psge += ioc->sge_size; in _base_build_sg() 2201 ioc->base_add_sg_single(psge, sgl_flags | in _base_build_sg() 2208 ioc->base_add_sg_single(psge, sgl_flags | in _base_build_sg() 2215 ioc->base_add_sg_single(psge, sgl_flags | in _base_build_sg() 2984 _base_build_zero_len_sge_ieee(ioc, psge); in _base_build_sg_ieee() 2996 psge += ioc->sge_size_ieee; in _base_build_sg_ieee() 3000 _base_add_sg_single_ieee(psge, sgl_flags, 0, data_in_sz, in _base_build_sg_ieee() [all …]
|
| H A D | mpt3sas_base.h | 981 typedef void (*MPT_BUILD_SG)(struct MPT3SAS_ADAPTER *ioc, void *psge,
|
| /linux-6.15/Documentation/scsi/ |
| H A D | ChangeLog.arcmsr | 46 ** psge += sizeof(struct _SG64ENTRY *) => 47 ** psge += sizeof(struct _SG64ENTRY)
|
| /linux-6.15/drivers/message/fusion/ |
| H A D | mptscsih.c | 180 char *psge; in mptscsih_AddSGE() local 202 psge = (char *) &pReq->SGL; in mptscsih_AddSGE() 245 ioc->add_sge(psge, sgflags | thisxfer, v2); in mptscsih_AddSGE() 249 psge += ioc->SGE_size; in mptscsih_AddSGE() 267 ioc->add_sge(psge, sgflags | thisxfer, v2); in mptscsih_AddSGE() 311 u32 *ptmp = (u32 *) (psge - ioc->SGE_size); in mptscsih_AddSGE() 367 chainSge = (char *) psge; in mptscsih_AddSGE() 369 ioc->name, psge, req_idx)); in mptscsih_AddSGE() 373 psge = (char *) (ioc->ChainBuffer + chain_dma_off); in mptscsih_AddSGE() 378 ioc->name, psge, chain_idx)); in mptscsih_AddSGE()
|
| H A D | mptctl.c | 1733 char *psge; in mptctl_do_mpt_command() local 2082 psge = (char *) (((int *) mf) + karg.dataSgeOffset); in mptctl_do_mpt_command() 2116 ioc->add_sge(psge, flagsLength, dma_addr_out); in mptctl_do_mpt_command() 2117 psge += ioc->SGE_size; in mptctl_do_mpt_command() 2151 ioc->add_sge(psge, flagsLength, dma_addr_in); in mptctl_do_mpt_command() 2157 ioc->add_sge(psge, flagsLength, (dma_addr_t) -1); in mptctl_do_mpt_command()
|
| H A D | mptsas.c | 2249 char *psge; in mptsas_smp_handler() local 2295 psge = (char *) in mptsas_smp_handler() 2309 ioc->add_sge(psge, flagsLength, in mptsas_smp_handler() 2311 psge += ioc->SGE_size; in mptsas_smp_handler() 2325 ioc->add_sge(psge, flagsLength, in mptsas_smp_handler() 2870 char *psge; in mptsas_exp_repmanufacture_info() local 2920 psge = (char *) in mptsas_exp_repmanufacture_info() 2930 ioc->add_sge(psge, flagsLength, data_out_dma); in mptsas_exp_repmanufacture_info() 2931 psge += ioc->SGE_size; in mptsas_exp_repmanufacture_info() 2939 ioc->add_sge(psge, flagsLength, data_out_dma + in mptsas_exp_repmanufacture_info()
|
| H A D | mptbase.c | 1308 char *psge; in mpt_host_page_alloc() local 1349 psge = (char *)&ioc_init->HostPageBufferSGE; in mpt_host_page_alloc() 1356 ioc->add_sge(psge, flags_length, ioc->HostPageBuffer_dma); in mpt_host_page_alloc()
|
| /linux-6.15/drivers/scsi/ |
| H A D | dc395x.c | 1779 struct SGentry *psge = srb->segment_x + idx; in sg_verify_length() local 1780 for (; idx < srb->sg_count; psge++, idx++) in sg_verify_length() 1781 len += psge->length; in sg_verify_length() 1798 struct SGentry *psge = srb->segment_x + srb->sg_index; in sg_update_list() local 1811 if (xferred >= psge->length) { in sg_update_list() 1813 xferred -= psge->length; in sg_update_list() 1819 psge->length -= xferred; in sg_update_list() 1820 psge->address += xferred; in sg_update_list() 1827 psge++; in sg_update_list()
|
| /linux-6.15/drivers/scsi/arcmsr/ |
| H A D | arcmsr_hba.c | 1847 int8_t *psge = (int8_t *)&arcmsr_cdb->u; in arcmsr_build_ccb() local 1871 struct SG32ENTRY *pdma_sg = (struct SG32ENTRY *)psge; in arcmsr_build_ccb() 1875 psge += sizeof (struct SG32ENTRY); in arcmsr_build_ccb() 1878 struct SG64ENTRY *pdma_sg = (struct SG64ENTRY *)psge; in arcmsr_build_ccb() 1883 psge += sizeof (struct SG64ENTRY); in arcmsr_build_ccb()
|
| /linux-6.15/net/core/ |
| H A D | filter.c | 2766 struct scatterlist sge, nsge, nnsge, rsge = {0}, *psge; in BPF_CALL_4() local 2815 psge = sk_msg_elem(msg, i); in BPF_CALL_4() 2817 back = psge->length - front; in BPF_CALL_4() 2818 from = sg_virt(psge); in BPF_CALL_4() 2830 put_page(sg_page(psge)); in BPF_CALL_4() 2838 psge = sk_msg_elem(msg, i); in BPF_CALL_4() 2841 psge->length = start - offset; in BPF_CALL_4() 2842 rsge.length -= psge->length; in BPF_CALL_4() 2846 sg_unmark_end(psge); in BPF_CALL_4()
|