Home
last modified time | relevance | path

Searched refs:sgl_flags (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/scsi/mpt3sas/
Dmpt3sas_base.c421 u32 sgl_flags, sge_chain_count = 0; in _clone_sg_entries() local
495 sgl_flags = in _clone_sg_entries()
498 switch (sgl_flags & MPI2_SGE_FLAGS_ELEMENT_MASK) { in _clone_sg_entries()
2157 u32 sgl_flags; in _base_build_sg() local
2166 sgl_flags = (MPI2_SGE_FLAGS_SIMPLE_ELEMENT | in _base_build_sg()
2168 sgl_flags = sgl_flags << MPI2_SGE_FLAGS_SHIFT; in _base_build_sg()
2169 ioc->base_add_sg_single(psge, sgl_flags | in _base_build_sg()
2176 sgl_flags = (MPI2_SGE_FLAGS_SIMPLE_ELEMENT | in _base_build_sg()
2179 sgl_flags = sgl_flags << MPI2_SGE_FLAGS_SHIFT; in _base_build_sg()
2180 ioc->base_add_sg_single(psge, sgl_flags | in _base_build_sg()
[all …]
/linux-6.1.9/drivers/scsi/mpi3mr/
Dmpi3mr_transport.c144 u8 sgl_flags = MPI3MR_SGEFLAGS_SYSTEM_SIMPLE_END_OF_LIST; in mpi3mr_report_manufacture() local
181 mpi3mr_add_sg_single(psge, sgl_flags, data_out_sz, data_out_dma); in mpi3mr_report_manufacture()
184 mpi3mr_add_sg_single(psge, sgl_flags, data_in_sz, data_in_dma); in mpi3mr_report_manufacture()
2525 u8 sgl_flags = MPI3MR_SGEFLAGS_SYSTEM_SIMPLE_END_OF_LIST; in mpi3mr_get_expander_phy_error_log() local
2565 mpi3mr_add_sg_single(psge, sgl_flags, data_out_sz, data_out_dma); in mpi3mr_get_expander_phy_error_log()
2568 mpi3mr_add_sg_single(psge, sgl_flags, data_in_sz, data_in_dma); in mpi3mr_get_expander_phy_error_log()
2783 u8 sgl_flags = MPI3MR_SGEFLAGS_SYSTEM_SIMPLE_END_OF_LIST; in mpi3mr_expander_phy_control() local
2830 mpi3mr_add_sg_single(psge, sgl_flags, data_out_sz, data_out_dma); in mpi3mr_expander_phy_control()
2833 mpi3mr_add_sg_single(psge, sgl_flags, data_in_sz, data_in_dma); in mpi3mr_expander_phy_control()
3208 u8 sgl_flags = MPI3MR_SGEFLAGS_SYSTEM_SIMPLE_END_OF_LIST; in mpi3mr_transport_smp_handler() local
[all …]
Dmpi3mr_app.c581 u8 sgl_flags, sgl_flags_last; in mpi3mr_bsg_build_sgl() local
583 sgl_flags = MPI3_SGE_FLAGS_ELEMENT_TYPE_SIMPLE | in mpi3mr_bsg_build_sgl()
585 sgl_flags_last = sgl_flags | MPI3_SGE_FLAGS_END_OF_LIST; in mpi3mr_bsg_build_sgl()
615 mpi3mr_add_sg_single(sgl, sgl_flags, in mpi3mr_bsg_build_sgl()
Dmpi3mr_fw.c109 u8 sgl_flags = MPI3MR_SGEFLAGS_SYSTEM_SIMPLE_END_OF_LIST; in mpi3mr_build_zero_len_sge() local
111 mpi3mr_add_sg_single(paddr, sgl_flags, 0, -1); in mpi3mr_build_zero_len_sge()
2361 u8 sgl_flags = MPI3MR_SGEFLAGS_SYSTEM_SIMPLE_END_OF_LIST; in mpi3mr_print_pkg_ver() local
2385 mpi3mr_add_sg_single(&ci_upload.sgl, sgl_flags, data_len, in mpi3mr_print_pkg_ver()
2675 u8 sgl_flags = MPI3MR_SGEFLAGS_SYSTEM_SIMPLE_END_OF_LIST; in mpi3mr_issue_iocfacts() local
2699 mpi3mr_add_sg_single(&iocfacts_req.sgl, sgl_flags, data_len, in mpi3mr_issue_iocfacts()
4597 u8 sgl_flags = MPI3MR_SGEFLAGS_SYSTEM_SIMPLE_END_OF_LIST; in mpi3mr_pel_get_seqnum_post() local
4609 mpi3mr_add_sg_single(&pel_getseq_req.sgl, sgl_flags, in mpi3mr_pel_get_seqnum_post()
5112 u8 sgl_flags = MPI3MR_SGEFLAGS_SYSTEM_SIMPLE_END_OF_LIST; in mpi3mr_process_cfg_req() local
5156 mpi3mr_add_sg_single(&cfg_req->sgl, sgl_flags, mem_desc.size, in mpi3mr_process_cfg_req()