Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
Dmpt3sas_transport.c357 mpi_request->Function = MPI2_FUNCTION_SMP_PASSTHROUGH; in _transport_expander_report_manufacture()
1126 mpi_request->Function = MPI2_FUNCTION_SMP_PASSTHROUGH; in _transport_get_expander_phy_error_log()
1421 mpi_request->Function = MPI2_FUNCTION_SMP_PASSTHROUGH; in _transport_expander_phy_control()
1902 mpi_request->Function = MPI2_FUNCTION_SMP_PASSTHROUGH; in _transport_smp_handler()
Dmpt3sas_ctl.c180 case MPI2_FUNCTION_SMP_PASSTHROUGH: in _ctl_display_some_debug()
899 case MPI2_FUNCTION_SMP_PASSTHROUGH: in _ctl_do_mpt_command()
1024 } else if ((mpi_request->Function == MPI2_FUNCTION_SMP_PASSTHROUGH || in _ctl_do_mpt_command()
Dmpt3sas_base.c1086 case MPI2_FUNCTION_SMP_PASSTHROUGH: in _base_sas_ioc_info()
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/mpi/
Dmpi2.h659 #define MPI2_FUNCTION_SMP_PASSTHROUGH (0x1A) macro