Home
last modified time | relevance | path

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

/linux/drivers/message/fusion/
H A Dmptctl.c265 if (req->u.hdr.Function == MPI_FUNCTION_SCSI_TASK_MGMT) { in mptctl_reply()
350 pScsiTm->Function = MPI_FUNCTION_SCSI_TASK_MGMT; in mptctl_do_taskmgmt()
2003 case MPI_FUNCTION_SCSI_TASK_MGMT: in mptctl_do_mpt_command()
2162 if (hdr->Function == MPI_FUNCTION_SCSI_TASK_MGMT) { in mptctl_do_mpt_command()
2202 if (function == MPI_FUNCTION_SCSI_TASK_MGMT) in mptctl_do_mpt_command()
2211 if (function == MPI_FUNCTION_SCSI_TASK_MGMT) in mptctl_do_mpt_command()
2220 if (function == MPI_FUNCTION_SCSI_TASK_MGMT) in mptctl_do_mpt_command()
H A Dmptsas.c1091 pScsiTm->Function = MPI_FUNCTION_SCSI_TASK_MGMT; in mptsas_target_reset()
4810 pScsiTm->Function = MPI_FUNCTION_SCSI_TASK_MGMT; in mptsas_issue_tm()
H A Dmptscsih.c1579 pScsiTm->Function = MPI_FUNCTION_SCSI_TASK_MGMT; in mptscsih_IssueTaskMgmt()
/linux/drivers/message/fusion/lsi/
H A Dmpi.h270 #define MPI_FUNCTION_SCSI_TASK_MGMT (0x01) macro