Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/scsi/mpt3sas/
Dmpt3sas_ctl.c156 case MPI2_FUNCTION_RAID_SCSI_IO_PASSTHROUGH: in _ctl_display_some_debug()
206 MPI2_FUNCTION_RAID_SCSI_IO_PASSTHROUGH) { in _ctl_display_some_debug()
279 MPI2_FUNCTION_RAID_SCSI_IO_PASSTHROUGH) { in mpt3sas_ctl_done()
741 mpi_request->Function == MPI2_FUNCTION_RAID_SCSI_IO_PASSTHROUGH || in _ctl_do_mpt_command()
841 case MPI2_FUNCTION_RAID_SCSI_IO_PASSTHROUGH: in _ctl_do_mpt_command()
1089 MPI2_FUNCTION_RAID_SCSI_IO_PASSTHROUGH || mpi_request->Function == in _ctl_do_mpt_command()
1113 MPI2_FUNCTION_RAID_SCSI_IO_PASSTHROUGH || in _ctl_do_mpt_command()
Dmpt3sas_base.c998 request_hdr->Function == MPI2_FUNCTION_RAID_SCSI_IO_PASSTHROUGH || in _base_sas_ioc_info()
Dmpt3sas_scsih.c5240 mpi_request->Function = MPI2_FUNCTION_RAID_SCSI_IO_PASSTHROUGH; in scsih_qcmd()
/linux-6.6.21/drivers/scsi/mpt3sas/mpi/
Dmpi2.h656 #define MPI2_FUNCTION_RAID_SCSI_IO_PASSTHROUGH (0x16) macro