Home
last modified time | relevance | path

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

/drivers/scsi/mpt2sas/
Dmpt2sas_transport.c300 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 …]
Dmpt2sas_ctl.c630 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 …]
Dmpt2sas_scsih.c1057 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/
Dmpt3sas_base.c1204 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 …]
Dmpt3sas_transport.c1396 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()