Home
last modified time | relevance | path

Searched refs:MPI2_FUNCTION_SMP_PASSTHROUGH (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/scsi/mpt2sas/
Dmpt2sas_transport.c370 mpi_request->Function = MPI2_FUNCTION_SMP_PASSTHROUGH; in _transport_expander_report_manufacture()
1156 mpi_request->Function = MPI2_FUNCTION_SMP_PASSTHROUGH; in _transport_get_expander_phy_error_log()
1480 mpi_request->Function = MPI2_FUNCTION_SMP_PASSTHROUGH; in _transport_expander_phy_control()
1908 mpi_request->Function = MPI2_FUNCTION_SMP_PASSTHROUGH; in _transport_smp_handler()
Dmpt2sas_ctl.c209 case MPI2_FUNCTION_SMP_PASSTHROUGH: in _ctl_display_some_debug()
863 case MPI2_FUNCTION_SMP_PASSTHROUGH: in _ctl_do_mpt_command()
914 } else if ((mpi_request->Function == MPI2_FUNCTION_SMP_PASSTHROUGH || in _ctl_do_mpt_command()
Dmpt2sas_base.c517 case MPI2_FUNCTION_SMP_PASSTHROUGH: in _base_sas_ioc_info()
/linux-3.4.99/drivers/scsi/mpt2sas/mpi/
Dmpi2.h511 #define MPI2_FUNCTION_SMP_PASSTHROUGH (0x1A) /* SMP Passthrough */ macro