Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/mpt3sas/
Dmpt3sas_base.c1268 u32 sgl_flags; in _base_build_sg() local
1277 sgl_flags = (MPI2_SGE_FLAGS_SIMPLE_ELEMENT | in _base_build_sg()
1279 sgl_flags = sgl_flags << MPI2_SGE_FLAGS_SHIFT; in _base_build_sg()
1280 ioc->base_add_sg_single(psge, sgl_flags | in _base_build_sg()
1287 sgl_flags = (MPI2_SGE_FLAGS_SIMPLE_ELEMENT | in _base_build_sg()
1290 sgl_flags = sgl_flags << MPI2_SGE_FLAGS_SHIFT; in _base_build_sg()
1291 ioc->base_add_sg_single(psge, sgl_flags | in _base_build_sg()
1294 sgl_flags = (MPI2_SGE_FLAGS_SIMPLE_ELEMENT | in _base_build_sg()
1297 sgl_flags = sgl_flags << MPI2_SGE_FLAGS_SHIFT; in _base_build_sg()
1298 ioc->base_add_sg_single(psge, sgl_flags | in _base_build_sg()
[all …]
Dmpt3sas_transport.c1421 u32 sgl_flags; in _transport_expander_phy_control() local
1511 sgl_flags = (MPI2_SGE_FLAGS_SIMPLE_ELEMENT | in _transport_expander_phy_control()
1513 sgl_flags = sgl_flags << MPI2_SGE_FLAGS_SHIFT; in _transport_expander_phy_control()
1514 ioc->base_add_sg_single(psge, sgl_flags | in _transport_expander_phy_control()
1521 sgl_flags = (MPI2_SGE_FLAGS_SIMPLE_ELEMENT | in _transport_expander_phy_control()
1524 sgl_flags = sgl_flags << MPI2_SGE_FLAGS_SHIFT; in _transport_expander_phy_control()
1525 ioc->base_add_sg_single(psge, sgl_flags | in _transport_expander_phy_control()