Home
last modified time | relevance | path

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

/freebsd-9-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.c1290 case MPI_FUNCTION_RAID_SCSI_IO_PASSTHROUGH: in mpt_execute_req_a64()
1693 case MPI_FUNCTION_RAID_SCSI_IO_PASSTHROUGH: in mpt_execute_req()
2099 mpt_req->Function = MPI_FUNCTION_RAID_SCSI_IO_PASSTHROUGH; in mpt_start()
2630 MPI_FUNCTION_RAID_SCSI_IO_PASSTHROUGH) { in mpt_scsi_reply_handler()
3055 || reply_frame->Function == MPI_FUNCTION_RAID_SCSI_IO_PASSTHROUGH, in mpt_scsi_reply_frame_handler()
3993 case MPI_FUNCTION_RAID_SCSI_IO_PASSTHROUGH: in mpt_recover_commands()
/freebsd-9-stable/sys/dev/mpt/mpilib/
Dmpi.h319 #define MPI_FUNCTION_RAID_SCSI_IO_PASSTHROUGH (0x16) macro