Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/mpt2sas/
Dmpt2sas_transport.c381 MPI2_SGE_FLAGS_END_OF_BUFFER | MPI2_SGE_FLAGS_HOST_TO_IOC); in _transport_expander_report_manufacture()
391 MPI2_SGE_FLAGS_LAST_ELEMENT | MPI2_SGE_FLAGS_END_OF_BUFFER | in _transport_expander_report_manufacture()
1167 MPI2_SGE_FLAGS_END_OF_BUFFER | MPI2_SGE_FLAGS_HOST_TO_IOC); in _transport_get_expander_phy_error_log()
1177 MPI2_SGE_FLAGS_LAST_ELEMENT | MPI2_SGE_FLAGS_END_OF_BUFFER | in _transport_get_expander_phy_error_log()
1491 MPI2_SGE_FLAGS_END_OF_BUFFER | MPI2_SGE_FLAGS_HOST_TO_IOC); in _transport_expander_phy_control()
1501 MPI2_SGE_FLAGS_LAST_ELEMENT | MPI2_SGE_FLAGS_END_OF_BUFFER | in _transport_expander_phy_control()
1920 MPI2_SGE_FLAGS_END_OF_BUFFER | MPI2_SGE_FLAGS_HOST_TO_IOC); in _transport_smp_handler()
1937 MPI2_SGE_FLAGS_LAST_ELEMENT | MPI2_SGE_FLAGS_END_OF_BUFFER | in _transport_smp_handler()
Dmpt2sas_config.c64 MPI2_SGE_FLAGS_LAST_ELEMENT | MPI2_SGE_FLAGS_END_OF_BUFFER \
69 MPI2_SGE_FLAGS_LAST_ELEMENT | MPI2_SGE_FLAGS_END_OF_BUFFER \
Dmpt2sas_ctl.c785 MPI2_SGE_FLAGS_END_OF_BUFFER | MPI2_SGE_FLAGS_HOST_TO_IOC); in _ctl_do_mpt_command()
795 MPI2_SGE_FLAGS_LAST_ELEMENT | MPI2_SGE_FLAGS_END_OF_BUFFER | in _ctl_do_mpt_command()
802 MPI2_SGE_FLAGS_LAST_ELEMENT | MPI2_SGE_FLAGS_END_OF_BUFFER | in _ctl_do_mpt_command()
809 MPI2_SGE_FLAGS_LAST_ELEMENT | MPI2_SGE_FLAGS_END_OF_BUFFER | in _ctl_do_mpt_command()
Dmpt2sas_base.c1098 MPI2_SGE_FLAGS_END_OF_BUFFER | MPI2_SGE_FLAGS_END_OF_LIST | in mpt2sas_base_build_zero_len_sge()
Dmpt2sas_scsih.c1070 MPI2_SGE_FLAGS_END_OF_BUFFER | MPI2_SGE_FLAGS_END_OF_LIST) in _scsih_build_scatter_gather()
/linux-3.4.99/drivers/scsi/mpt2sas/mpi/
Dmpi2.h916 #define MPI2_SGE_FLAGS_END_OF_BUFFER (0x40) macro