Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/mpt2sas/mpi/
Dmpi2.h942 #define MPI2_SGE_FLAGS_HOST_TO_IOC (0x04) macro
945 #define MPI2_SGE_FLAGS_SOURCE (MPI2_SGE_FLAGS_HOST_TO_IOC)
/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()
1167 MPI2_SGE_FLAGS_END_OF_BUFFER | MPI2_SGE_FLAGS_HOST_TO_IOC); 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()
1920 MPI2_SGE_FLAGS_END_OF_BUFFER | MPI2_SGE_FLAGS_HOST_TO_IOC); in _transport_smp_handler()
Dmpt2sas_config.c70 | MPI2_SGE_FLAGS_END_OF_LIST | MPI2_SGE_FLAGS_HOST_TO_IOC) \
Dmpt2sas_ctl.c785 MPI2_SGE_FLAGS_END_OF_BUFFER | MPI2_SGE_FLAGS_HOST_TO_IOC); in _ctl_do_mpt_command()
803 MPI2_SGE_FLAGS_END_OF_LIST | MPI2_SGE_FLAGS_HOST_TO_IOC); in _ctl_do_mpt_command()
Dmpt2sas_scsih.c1066 sgl_flags |= MPI2_SGE_FLAGS_HOST_TO_IOC; in _scsih_build_scatter_gather()