Searched refs:sgl_flags (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/scsi/mpt2sas/ |
D | mpt2sas_transport.c | 301 u32 sgl_flags; in _transport_expander_report_manufacture() local 384 sgl_flags = (MPI2_SGE_FLAGS_SIMPLE_ELEMENT | in _transport_expander_report_manufacture() 386 sgl_flags = sgl_flags << MPI2_SGE_FLAGS_SHIFT; in _transport_expander_report_manufacture() 387 ioc->base_add_sg_single(psge, sgl_flags | in _transport_expander_report_manufacture() 394 sgl_flags = (MPI2_SGE_FLAGS_SIMPLE_ELEMENT | in _transport_expander_report_manufacture() 397 sgl_flags = sgl_flags << MPI2_SGE_FLAGS_SHIFT; in _transport_expander_report_manufacture() 398 ioc->base_add_sg_single(psge, sgl_flags | in _transport_expander_report_manufacture() 1091 u32 sgl_flags; in _transport_get_expander_phy_error_log() local 1176 sgl_flags = (MPI2_SGE_FLAGS_SIMPLE_ELEMENT | in _transport_get_expander_phy_error_log() 1178 sgl_flags = sgl_flags << MPI2_SGE_FLAGS_SHIFT; in _transport_get_expander_phy_error_log() [all …]
|
D | mpt2sas_ctl.c | 635 u32 sgl_flags; in _ctl_do_mpt_command() local 770 sgl_flags = (MPI2_SGE_FLAGS_SIMPLE_ELEMENT | in _ctl_do_mpt_command() 772 sgl_flags = sgl_flags << MPI2_SGE_FLAGS_SHIFT; in _ctl_do_mpt_command() 773 ioc->base_add_sg_single(psge, sgl_flags | in _ctl_do_mpt_command() 780 sgl_flags = (MPI2_SGE_FLAGS_SIMPLE_ELEMENT | in _ctl_do_mpt_command() 783 sgl_flags = sgl_flags << MPI2_SGE_FLAGS_SHIFT; in _ctl_do_mpt_command() 784 ioc->base_add_sg_single(psge, sgl_flags | in _ctl_do_mpt_command() 787 sgl_flags = (MPI2_SGE_FLAGS_SIMPLE_ELEMENT | in _ctl_do_mpt_command() 790 sgl_flags = sgl_flags << MPI2_SGE_FLAGS_SHIFT; in _ctl_do_mpt_command() 791 ioc->base_add_sg_single(psge, sgl_flags | in _ctl_do_mpt_command() [all …]
|
D | mpt2sas_scsih.c | 1065 u32 sgl_flags; in _scsih_build_scatter_gather() local 1073 sgl_flags = MPI2_SGE_FLAGS_SIMPLE_ELEMENT; in _scsih_build_scatter_gather() 1075 sgl_flags |= MPI2_SGE_FLAGS_HOST_TO_IOC; in _scsih_build_scatter_gather() 1076 sgl_flags_last_element = (sgl_flags | MPI2_SGE_FLAGS_LAST_ELEMENT) in _scsih_build_scatter_gather() 1078 sgl_flags_end_buffer = (sgl_flags | MPI2_SGE_FLAGS_LAST_ELEMENT | in _scsih_build_scatter_gather() 1081 sgl_flags = sgl_flags << MPI2_SGE_FLAGS_SHIFT; in _scsih_build_scatter_gather() 1106 ioc->base_add_sg_single(sg_local, sgl_flags | in _scsih_build_scatter_gather() 1147 ioc->base_add_sg_single(sg_local, sgl_flags | in _scsih_build_scatter_gather() 1172 ioc->base_add_sg_single(sg_local, sgl_flags | in _scsih_build_scatter_gather()
|
/linux-4.1.27/drivers/scsi/mpt3sas/ |
D | mpt3sas_base.c | 1214 u32 sgl_flags; in _base_build_sg() local 1223 sgl_flags = (MPI2_SGE_FLAGS_SIMPLE_ELEMENT | in _base_build_sg() 1225 sgl_flags = sgl_flags << MPI2_SGE_FLAGS_SHIFT; in _base_build_sg() 1226 ioc->base_add_sg_single(psge, sgl_flags | in _base_build_sg() 1233 sgl_flags = (MPI2_SGE_FLAGS_SIMPLE_ELEMENT | in _base_build_sg() 1236 sgl_flags = sgl_flags << MPI2_SGE_FLAGS_SHIFT; in _base_build_sg() 1237 ioc->base_add_sg_single(psge, sgl_flags | in _base_build_sg() 1240 sgl_flags = (MPI2_SGE_FLAGS_SIMPLE_ELEMENT | in _base_build_sg() 1243 sgl_flags = sgl_flags << MPI2_SGE_FLAGS_SHIFT; in _base_build_sg() 1244 ioc->base_add_sg_single(psge, sgl_flags | in _base_build_sg() [all …]
|
D | mpt3sas_transport.c | 1397 u32 sgl_flags; in _transport_expander_phy_control() local 1487 sgl_flags = (MPI2_SGE_FLAGS_SIMPLE_ELEMENT | in _transport_expander_phy_control() 1489 sgl_flags = sgl_flags << MPI2_SGE_FLAGS_SHIFT; in _transport_expander_phy_control() 1490 ioc->base_add_sg_single(psge, sgl_flags | in _transport_expander_phy_control() 1497 sgl_flags = (MPI2_SGE_FLAGS_SIMPLE_ELEMENT | in _transport_expander_phy_control() 1500 sgl_flags = sgl_flags << MPI2_SGE_FLAGS_SHIFT; in _transport_expander_phy_control() 1501 ioc->base_add_sg_single(psge, sgl_flags | in _transport_expander_phy_control()
|