Searched refs:sgl_flags (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/scsi/mpt3sas/ |
| H A D | mpt3sas_base.c | 437 u32 sgl_flags, sge_chain_count = 0; in _clone_sg_entries() local 511 sgl_flags = in _clone_sg_entries() 514 switch (sgl_flags & MPI2_SGE_FLAGS_ELEMENT_MASK) { in _clone_sg_entries() 2184 u32 sgl_flags; in _base_build_sg() local 2193 sgl_flags = (MPI2_SGE_FLAGS_SIMPLE_ELEMENT | in _base_build_sg() 2195 sgl_flags = sgl_flags << MPI2_SGE_FLAGS_SHIFT; in _base_build_sg() 2196 ioc->base_add_sg_single(psge, sgl_flags | in _base_build_sg() 2203 sgl_flags = (MPI2_SGE_FLAGS_SIMPLE_ELEMENT | in _base_build_sg() 2206 sgl_flags = sgl_flags << MPI2_SGE_FLAGS_SHIFT; in _base_build_sg() 2207 ioc->base_add_sg_single(psge, sgl_flags | in _base_build_sg() [all …]
|
| /linux/drivers/scsi/mpi3mr/ |
| H A D | mpi3mr_transport.c | 143 u8 sgl_flags = MPI3MR_SGEFLAGS_SYSTEM_SIMPLE_END_OF_LIST; in mpi3mr_report_manufacture() local 185 mpi3mr_add_sg_single(psge, sgl_flags, data_out_sz, data_out_dma); in mpi3mr_report_manufacture() 188 mpi3mr_add_sg_single(psge, sgl_flags, data_in_sz, data_in_dma); in mpi3mr_report_manufacture() 2574 u8 sgl_flags = MPI3MR_SGEFLAGS_SYSTEM_SIMPLE_END_OF_LIST; in mpi3mr_get_expander_phy_error_log() local 2619 mpi3mr_add_sg_single(psge, sgl_flags, data_out_sz, data_out_dma); 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() 2837 u8 sgl_flags = MPI3MR_SGEFLAGS_SYSTEM_SIMPLE_END_OF_LIST; in mpi3mr_expander_phy_control() local 2890 mpi3mr_add_sg_single(psge, sgl_flags, data_out_sz, data_out_dma); in mpi3mr_expander_phy_control() 2893 mpi3mr_add_sg_single(psge, sgl_flags, data_in_sz, data_in_dma); in mpi3mr_expander_phy_control() 3268 u8 sgl_flags = MPI3MR_SGEFLAGS_SYSTEM_SIMPLE_END_OF_LIST; in mpi3mr_transport_smp_handler() local [all …]
|
| H A D | mpi3mr_fw.c | 118 u8 sgl_flags = MPI3MR_SGEFLAGS_SYSTEM_SIMPLE_END_OF_LIST; in mpi3mr_build_zero_len_sge() local 120 mpi3mr_add_sg_single(paddr, sgl_flags, 0, -1); in mpi3mr_build_zero_len_sge() 2784 u8 sgl_flags = MPI3MR_SGEFLAGS_SYSTEM_SIMPLE_END_OF_LIST; in mpi3mr_print_pkg_ver() local 2808 mpi3mr_add_sg_single(&ci_upload.sgl, sgl_flags, data_len, in mpi3mr_print_pkg_ver() 3126 u8 sgl_flags = MPI3MR_SGEFLAGS_SYSTEM_SIMPLE_END_OF_LIST; in mpi3mr_issue_iocfacts() local 3150 mpi3mr_add_sg_single(&iocfacts_req.sgl, sgl_flags, data_len, in mpi3mr_issue_iocfacts() 5260 u8 sgl_flags = MPI3MR_SGEFLAGS_SYSTEM_SIMPLE_END_OF_LIST; in mpi3mr_pel_get_seqnum_post() local 5272 mpi3mr_add_sg_single(&pel_getseq_req.sgl, sgl_flags, in mpi3mr_pel_get_seqnum_post() 5820 u8 sgl_flags = MPI3MR_SGEFLAGS_SYSTEM_SIMPLE_END_OF_LIST; in mpi3mr_process_cfg_req() local 5868 mpi3mr_add_sg_single(&cfg_req->sgl, sgl_flags, mem_desc.size, in mpi3mr_process_cfg_req()
|