Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/mpt/
Dmpt_debug.c506 case MPI_FUNCTION_RAID_SCSI_IO_PASSTHROUGH: in mpt_print_reply()
631 case MPI_FUNCTION_RAID_SCSI_IO_PASSTHROUGH: in mpt_print_request()
Dmpt_cam.c1301 case MPI_FUNCTION_RAID_SCSI_IO_PASSTHROUGH: in mpt_execute_req_a64()
1704 case MPI_FUNCTION_RAID_SCSI_IO_PASSTHROUGH: in mpt_execute_req()
2110 mpt_req->Function = MPI_FUNCTION_RAID_SCSI_IO_PASSTHROUGH; in mpt_start()
2638 MPI_FUNCTION_RAID_SCSI_IO_PASSTHROUGH) { in mpt_scsi_reply_handler()
3056 || reply_frame->Function == MPI_FUNCTION_RAID_SCSI_IO_PASSTHROUGH, in mpt_scsi_reply_frame_handler()
4035 case MPI_FUNCTION_RAID_SCSI_IO_PASSTHROUGH: in mpt_recover_commands()
/freebsd-10-stable/sys/dev/mpt/mpilib/
Dmpi.h319 #define MPI_FUNCTION_RAID_SCSI_IO_PASSTHROUGH (0x16) macro