Home
last modified time | relevance | path

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

/drivers/message/fusion/
Dmptctl.c265 if (req->u.hdr.Function == MPI_FUNCTION_SCSI_TASK_MGMT) { in mptctl_reply()
351 pScsiTm->Function = MPI_FUNCTION_SCSI_TASK_MGMT; in mptctl_do_taskmgmt()
2106 case MPI_FUNCTION_SCSI_TASK_MGMT: in mptctl_do_mpt_command()
2263 if (hdr->Function == MPI_FUNCTION_SCSI_TASK_MGMT) { in mptctl_do_mpt_command()
2303 if (function == MPI_FUNCTION_SCSI_TASK_MGMT) in mptctl_do_mpt_command()
2312 if (function == MPI_FUNCTION_SCSI_TASK_MGMT) in mptctl_do_mpt_command()
2321 if (function == MPI_FUNCTION_SCSI_TASK_MGMT) in mptctl_do_mpt_command()
Dmptsas.c1065 pScsiTm->Function = MPI_FUNCTION_SCSI_TASK_MGMT; in mptsas_target_reset()
4791 pScsiTm->Function = MPI_FUNCTION_SCSI_TASK_MGMT; in mptsas_issue_tm()
Dmptscsih.c1585 pScsiTm->Function = MPI_FUNCTION_SCSI_TASK_MGMT; in mptscsih_IssueTaskMgmt()
/drivers/message/fusion/lsi/
Dmpi.h269 #define MPI_FUNCTION_SCSI_TASK_MGMT (0x01) macro