Home
last modified time | relevance | path

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

/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_transport.c137 void *psge; in mpi3mr_report_manufacture() local
184 psge = &mpi_request.request_sge; in mpi3mr_report_manufacture()
185 mpi3mr_add_sg_single(psge, sgl_flags, data_out_sz, data_out_dma); in mpi3mr_report_manufacture()
187 psge = &mpi_request.response_sge; in mpi3mr_report_manufacture()
188 mpi3mr_add_sg_single(psge, sgl_flags, data_in_sz, data_in_dma); in mpi3mr_report_manufacture()
2570 void *psge; in mpi3mr_get_expander_phy_error_log() local
2618 psge = &mpi_request.request_sge; in mpi3mr_get_expander_phy_error_log()
2619 mpi3mr_add_sg_single(psge, sgl_flags, data_out_sz, data_out_dma); in mpi3mr_get_expander_phy_error_log()
2621 psge = &mpi_request.response_sge; in mpi3mr_get_expander_phy_error_log()
2622 mpi3mr_add_sg_single(psge, sgl_flags, data_in_sz, data_in_dma); in mpi3mr_get_expander_phy_error_log()
[all …]
/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_transport.c365 void *psge; in _transport_expander_report_manufacture() local
427 psge = &mpi_request->SGL; in _transport_expander_report_manufacture()
429 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 Dmpt3sas_ctl.c673 Mpi26MctpPassthroughRequest_t *mctp_passthru_req, void *psge, in _ctl_send_mctp_passthru_req() argument
682 ioc->build_sg(ioc, psge, data_out_dma, data_out_sz, 0, 0); in _ctl_send_mctp_passthru_req()
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()
846 _ctl_send_mctp_passthru_req(ioc, mctp_passthru_req, psge, data_out_dma, 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()
985 ioc->build_sg(ioc, psge, data_out_dma, data_out_sz, data_in_dma, in _ctl_do_mpt_command()
[all …]
/linux/Documentation/scsi/
H A DChangeLog.arcmsr46 ** psge += sizeof(struct _SG64ENTRY *) =>
47 ** psge += sizeof(struct _SG64ENTRY)
/linux/drivers/message/fusion/
H A Dmptctl.c1733 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 Dmptsas.c2248 char *psge; in mptsas_smp_handler() local
2294 psge = (char *) in mptsas_smp_handler()
2308 ioc->add_sge(psge, flagsLength, in mptsas_smp_handler()
2310 psge += ioc->SGE_size; in mptsas_smp_handler()
2324 ioc->add_sge(psge, flagsLength, in mptsas_smp_handler()
2869 char *psge; in mptsas_exp_repmanufacture_info() local
2919 psge = (char *) in mptsas_exp_repmanufacture_info()
2929 ioc->add_sge(psge, flagsLength, data_out_dma); in mptsas_exp_repmanufacture_info()
2930 psge += ioc->SGE_size; in mptsas_exp_repmanufacture_info()
2938 ioc->add_sge(psge, flagsLength, data_out_dma + in mptsas_exp_repmanufacture_info()
H A Dmptbase.c1308 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/net/core/
H A Dfilter.c2848 struct scatterlist sge, nsge, nnsge, rsge = {0}, *psge; in BPF_CALL_4() local
2901 psge = sk_msg_elem(msg, i); in BPF_CALL_4()
2903 back = psge->length - front; in BPF_CALL_4()
2904 from = sg_virt(psge); in BPF_CALL_4()
2916 put_page(sg_page(psge)); in BPF_CALL_4()
2924 psge = sk_msg_elem(msg, i); in BPF_CALL_4()
2928 psge->length = start - offset; in BPF_CALL_4()
2929 rsge.length -= psge->length; in BPF_CALL_4()
2933 sg_unmark_end(psge); in BPF_CALL_4()