Home
last modified time | relevance | path

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

/freebsd/sys/dev/mpt/
H A Dmpt_debug.c138 { MPI_FUNCTION_SCSI_TASK_MGMT, "SCSI Task Management" },
633 case MPI_FUNCTION_SCSI_TASK_MGMT: in mpt_print_request()
H A Dmpt_cam.c3912 tmf_req->Function = MPI_FUNCTION_SCSI_TASK_MGMT; in mpt_scsi_send_tmf()
/freebsd/sys/dev/mpt/mpilib/
H A Dmpi.h291 #define MPI_FUNCTION_SCSI_TASK_MGMT (0x01) macro