Searched refs:sgl_flags (Results 1 – 4 of 4) sorted by relevance
/openbmc/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() 2173 u32 sgl_flags; in _base_build_sg() local 2182 sgl_flags = (MPI2_SGE_FLAGS_SIMPLE_ELEMENT | in _base_build_sg() 2184 sgl_flags = sgl_flags << MPI2_SGE_FLAGS_SHIFT; in _base_build_sg() 2185 ioc->base_add_sg_single(psge, sgl_flags | in _base_build_sg() 2192 sgl_flags = (MPI2_SGE_FLAGS_SIMPLE_ELEMENT | in _base_build_sg() 2195 sgl_flags in _base_build_sg() 2667 u8 sgl_flags = (MPI2_IEEE_SGE_FLAGS_SIMPLE_ELEMENT | _base_build_zero_len_sge_ieee() local 2717 u32 sgl_flags; _base_build_sg_scmd() local 2976 u8 sgl_flags; _base_build_sg_ieee() local [all...] |
/openbmc/linux/drivers/scsi/mpi3mr/ |
H A D | mpi3mr_transport.c | 141 u8 sgl_flags = MPI3MR_SGEFLAGS_SYSTEM_SIMPLE_END_OF_LIST; in mpi3mr_report_manufacture() local 178 mpi3mr_add_sg_single(psge, sgl_flags, data_out_sz, data_out_dma); in mpi3mr_report_manufacture() 181 mpi3mr_add_sg_single(psge, sgl_flags, data_in_sz, data_in_dma); in mpi3mr_report_manufacture() 2535 u8 sgl_flags = MPI3MR_SGEFLAGS_SYSTEM_SIMPLE_END_OF_LIST; in mpi3mr_get_expander_phy_error_log() local 2575 mpi3mr_add_sg_single(psge, sgl_flags, data_out_sz, data_out_dma); in mpi3mr_get_expander_phy_error_log() 2578 mpi3mr_add_sg_single(psge, sgl_flags, data_in_sz, data_in_dma); in mpi3mr_get_expander_phy_error_log() 2793 u8 sgl_flags = MPI3MR_SGEFLAGS_SYSTEM_SIMPLE_END_OF_LIST; in mpi3mr_expander_phy_control() local 2840 mpi3mr_add_sg_single(psge, sgl_flags, data_out_sz, data_out_dma); in mpi3mr_expander_phy_control() 2843 mpi3mr_add_sg_single(psge, sgl_flags, data_in_sz, data_in_dma); in mpi3mr_expander_phy_control() 3218 u8 sgl_flags = MPI3MR_SGEFLAGS_SYSTEM_SIMPLE_END_OF_LIST; in mpi3mr_transport_smp_handler() local [all …]
|
H A D | mpi3mr_app.c | 589 u8 sgl_flags, sgl_flags_last; in mpi3mr_bsg_build_sgl() local 591 sgl_flags = MPI3_SGE_FLAGS_ELEMENT_TYPE_SIMPLE | in mpi3mr_bsg_build_sgl() 593 sgl_flags_last = sgl_flags | MPI3_SGE_FLAGS_END_OF_LIST; in mpi3mr_bsg_build_sgl() 623 mpi3mr_add_sg_single(sgl, sgl_flags, in mpi3mr_bsg_build_sgl()
|
H A D | mpi3mr_fw.c | 109 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() 2393 u8 sgl_flags = MPI3MR_SGEFLAGS_SYSTEM_SIMPLE_END_OF_LIST; in mpi3mr_print_pkg_ver() local 2417 mpi3mr_add_sg_single(&ci_upload.sgl, sgl_flags, data_len, in mpi3mr_print_pkg_ver() 2706 u8 sgl_flags = MPI3MR_SGEFLAGS_SYSTEM_SIMPLE_END_OF_LIST; in mpi3mr_issue_iocfacts() local 2730 mpi3mr_add_sg_single(&iocfacts_req.sgl, sgl_flags, data_len, in mpi3mr_issue_iocfacts() 4649 u8 sgl_flags = MPI3MR_SGEFLAGS_SYSTEM_SIMPLE_END_OF_LIST; in mpi3mr_pel_get_seqnum_post() local 4661 mpi3mr_add_sg_single(&pel_getseq_req.sgl, sgl_flags, in mpi3mr_pel_get_seqnum_post() 5165 u8 sgl_flags = MPI3MR_SGEFLAGS_SYSTEM_SIMPLE_END_OF_LIST; in mpi3mr_process_cfg_req() local 5209 mpi3mr_add_sg_single(&cfg_req->sgl, sgl_flags, mem_desc.size, in mpi3mr_process_cfg_req()
|