Home
last modified time | relevance | path

Searched refs:MPI2_SGE_FLAGS_SIMPLE_ELEMENT (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/drivers/scsi/mpt2sas/
Dmpt2sas_transport.c380 sgl_flags = (MPI2_SGE_FLAGS_SIMPLE_ELEMENT | in _transport_expander_report_manufacture()
390 sgl_flags = (MPI2_SGE_FLAGS_SIMPLE_ELEMENT | in _transport_expander_report_manufacture()
1166 sgl_flags = (MPI2_SGE_FLAGS_SIMPLE_ELEMENT | in _transport_get_expander_phy_error_log()
1176 sgl_flags = (MPI2_SGE_FLAGS_SIMPLE_ELEMENT | in _transport_get_expander_phy_error_log()
1490 sgl_flags = (MPI2_SGE_FLAGS_SIMPLE_ELEMENT | in _transport_expander_phy_control()
1500 sgl_flags = (MPI2_SGE_FLAGS_SIMPLE_ELEMENT | in _transport_expander_phy_control()
1919 sgl_flags = (MPI2_SGE_FLAGS_SIMPLE_ELEMENT | in _transport_smp_handler()
1936 sgl_flags = (MPI2_SGE_FLAGS_SIMPLE_ELEMENT | in _transport_smp_handler()
Dmpt2sas_config.c63 #define MPT2_CONFIG_COMMON_SGLFLAGS ((MPI2_SGE_FLAGS_SIMPLE_ELEMENT | \
68 #define MPT2_CONFIG_COMMON_WRITE_SGLFLAGS ((MPI2_SGE_FLAGS_SIMPLE_ELEMENT | \
Dmpt2sas_ctl.c784 sgl_flags = (MPI2_SGE_FLAGS_SIMPLE_ELEMENT | in _ctl_do_mpt_command()
794 sgl_flags = (MPI2_SGE_FLAGS_SIMPLE_ELEMENT | in _ctl_do_mpt_command()
801 sgl_flags = (MPI2_SGE_FLAGS_SIMPLE_ELEMENT | in _ctl_do_mpt_command()
808 sgl_flags = (MPI2_SGE_FLAGS_SIMPLE_ELEMENT | in _ctl_do_mpt_command()
Dmpt2sas_base.c1099 MPI2_SGE_FLAGS_SIMPLE_ELEMENT) << in mpt2sas_base_build_zero_len_sge()
Dmpt2sas_scsih.c1064 sgl_flags = MPI2_SGE_FLAGS_SIMPLE_ELEMENT; in _scsih_build_scatter_gather()
/linux-3.4.99/drivers/scsi/mpt2sas/mpi/
Dmpi2.h931 #define MPI2_SGE_FLAGS_SIMPLE_ELEMENT (0x10) macro