Home
last modified time | relevance | path

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

/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_transport.c420 mpi_request->Function = MPI2_FUNCTION_SMP_PASSTHROUGH; in _transport_expander_report_manufacture()
1331 mpi_request->Function = MPI2_FUNCTION_SMP_PASSTHROUGH; in _transport_get_expander_phy_error_log()
1627 mpi_request->Function = MPI2_FUNCTION_SMP_PASSTHROUGH; in _transport_expander_phy_control()
2114 mpi_request->Function = MPI2_FUNCTION_SMP_PASSTHROUGH; in _transport_smp_handler()
H A Dmpt3sas_ctl.c180 case MPI2_FUNCTION_SMP_PASSTHROUGH: in _ctl_display_some_debug()
957 case MPI2_FUNCTION_SMP_PASSTHROUGH: in _ctl_do_mpt_command()
1092 } else if ((mpi_request->Function == MPI2_FUNCTION_SMP_PASSTHROUGH || in _ctl_do_mpt_command()
/linux/drivers/scsi/mpt3sas/mpi/
H A Dmpi2.h665 #define MPI2_FUNCTION_SMP_PASSTHROUGH (0x1A) macro