Searched refs:sgl_flags (Results 1 – 5 of 5) sorted by relevance
/drivers/scsi/mpt2sas/ |
D | mpt2sas_transport.c | 300 u32 sgl_flags; in _transport_expander_report_manufacture() local 383 sgl_flags = (MPI2_SGE_FLAGS_SIMPLE_ELEMENT | in _transport_expander_report_manufacture() 385 sgl_flags = sgl_flags << MPI2_SGE_FLAGS_SHIFT; in _transport_expander_report_manufacture() 386 ioc->base_add_sg_single(psge, sgl_flags | in _transport_expander_report_manufacture() 393 sgl_flags = (MPI2_SGE_FLAGS_SIMPLE_ELEMENT | in _transport_expander_report_manufacture() 396 sgl_flags = sgl_flags << MPI2_SGE_FLAGS_SHIFT; in _transport_expander_report_manufacture() 397 ioc->base_add_sg_single(psge, sgl_flags | in _transport_expander_report_manufacture() 1090 u32 sgl_flags; in _transport_get_expander_phy_error_log() local 1175 sgl_flags = (MPI2_SGE_FLAGS_SIMPLE_ELEMENT | in _transport_get_expander_phy_error_log() 1177 sgl_flags = sgl_flags << MPI2_SGE_FLAGS_SHIFT; in _transport_get_expander_phy_error_log() [all …]
|
D | mpt2sas_ctl.c | 630 u32 sgl_flags; in _ctl_do_mpt_command() local 765 sgl_flags = (MPI2_SGE_FLAGS_SIMPLE_ELEMENT | in _ctl_do_mpt_command() 767 sgl_flags = sgl_flags << MPI2_SGE_FLAGS_SHIFT; in _ctl_do_mpt_command() 768 ioc->base_add_sg_single(psge, sgl_flags | in _ctl_do_mpt_command() 775 sgl_flags = (MPI2_SGE_FLAGS_SIMPLE_ELEMENT | in _ctl_do_mpt_command() 778 sgl_flags = sgl_flags << MPI2_SGE_FLAGS_SHIFT; in _ctl_do_mpt_command() 779 ioc->base_add_sg_single(psge, sgl_flags | in _ctl_do_mpt_command() 782 sgl_flags = (MPI2_SGE_FLAGS_SIMPLE_ELEMENT | in _ctl_do_mpt_command() 785 sgl_flags = sgl_flags << MPI2_SGE_FLAGS_SHIFT; in _ctl_do_mpt_command() 786 ioc->base_add_sg_single(psge, sgl_flags | in _ctl_do_mpt_command() [all …]
|
D | mpt2sas_scsih.c | 1057 u32 sgl_flags; in _scsih_build_scatter_gather() local 1065 sgl_flags = MPI2_SGE_FLAGS_SIMPLE_ELEMENT; in _scsih_build_scatter_gather() 1067 sgl_flags |= MPI2_SGE_FLAGS_HOST_TO_IOC; in _scsih_build_scatter_gather() 1068 sgl_flags_last_element = (sgl_flags | MPI2_SGE_FLAGS_LAST_ELEMENT) in _scsih_build_scatter_gather() 1070 sgl_flags_end_buffer = (sgl_flags | MPI2_SGE_FLAGS_LAST_ELEMENT | in _scsih_build_scatter_gather() 1073 sgl_flags = sgl_flags << MPI2_SGE_FLAGS_SHIFT; in _scsih_build_scatter_gather() 1098 ioc->base_add_sg_single(sg_local, sgl_flags | in _scsih_build_scatter_gather() 1139 ioc->base_add_sg_single(sg_local, sgl_flags | in _scsih_build_scatter_gather() 1164 ioc->base_add_sg_single(sg_local, sgl_flags | in _scsih_build_scatter_gather()
|
/drivers/scsi/mpt3sas/ |
D | mpt3sas_base.c | 1204 u32 sgl_flags; in _base_build_sg() local 1213 sgl_flags = (MPI2_SGE_FLAGS_SIMPLE_ELEMENT | in _base_build_sg() 1215 sgl_flags = sgl_flags << MPI2_SGE_FLAGS_SHIFT; in _base_build_sg() 1216 ioc->base_add_sg_single(psge, sgl_flags | in _base_build_sg() 1223 sgl_flags = (MPI2_SGE_FLAGS_SIMPLE_ELEMENT | in _base_build_sg() 1226 sgl_flags = sgl_flags << MPI2_SGE_FLAGS_SHIFT; in _base_build_sg() 1227 ioc->base_add_sg_single(psge, sgl_flags | in _base_build_sg() 1230 sgl_flags = (MPI2_SGE_FLAGS_SIMPLE_ELEMENT | in _base_build_sg() 1233 sgl_flags = sgl_flags << MPI2_SGE_FLAGS_SHIFT; in _base_build_sg() 1234 ioc->base_add_sg_single(psge, sgl_flags | in _base_build_sg() [all …]
|
D | mpt3sas_transport.c | 1396 u32 sgl_flags; in _transport_expander_phy_control() local 1486 sgl_flags = (MPI2_SGE_FLAGS_SIMPLE_ELEMENT | in _transport_expander_phy_control() 1488 sgl_flags = sgl_flags << MPI2_SGE_FLAGS_SHIFT; in _transport_expander_phy_control() 1489 ioc->base_add_sg_single(psge, sgl_flags | in _transport_expander_phy_control() 1496 sgl_flags = (MPI2_SGE_FLAGS_SIMPLE_ELEMENT | in _transport_expander_phy_control() 1499 sgl_flags = sgl_flags << MPI2_SGE_FLAGS_SHIFT; in _transport_expander_phy_control() 1500 ioc->base_add_sg_single(psge, sgl_flags | in _transport_expander_phy_control()
|