Home
last modified time | relevance | path

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

/freebsd/sys/dev/mpt/
H A Dmpt_debug.c506 case MPI_FUNCTION_RAID_SCSI_IO_PASSTHROUGH: in mpt_print_reply()
630 case MPI_FUNCTION_RAID_SCSI_IO_PASSTHROUGH: in mpt_print_request()
H A Dmpt_cam.c1297 case MPI_FUNCTION_RAID_SCSI_IO_PASSTHROUGH: in mpt_execute_req_a64()
1689 case MPI_FUNCTION_RAID_SCSI_IO_PASSTHROUGH: in mpt_execute_req()
2085 mpt_req->Function = MPI_FUNCTION_RAID_SCSI_IO_PASSTHROUGH; in mpt_start()
2615 MPI_FUNCTION_RAID_SCSI_IO_PASSTHROUGH) { in mpt_scsi_reply_handler()
3033 || reply_frame->Function == MPI_FUNCTION_RAID_SCSI_IO_PASSTHROUGH, in mpt_scsi_reply_frame_handler()
4012 case MPI_FUNCTION_RAID_SCSI_IO_PASSTHROUGH: in mpt_recover_commands()
/freebsd/sys/dev/mpt/mpilib/
H A Dmpi.h313 #define MPI_FUNCTION_RAID_SCSI_IO_PASSTHROUGH (0x16) macro