Lines Matching refs:tmf_task
1385 struct mvs_tmf_task tmf_task;
1389 tmf_task.tmf = TMF_LU_RESET;
1391 rc = mvs_debug_issue_ssp_tmf(dev, lun, &tmf_task);
1429 struct mvs_tmf_task tmf_task;
1445 tmf_task.tmf = TMF_QUERY_TASK;
1446 tmf_task.tag_of_task_to_be_managed = cpu_to_le16(tag);
1448 rc = mvs_debug_issue_ssp_tmf(dev, lun.scsi_lun, &tmf_task);
1466 struct mvs_tmf_task tmf_task;
1500 tmf_task.tmf = TMF_ABORT_TASK;
1501 tmf_task.tag_of_task_to_be_managed = cpu_to_le16(tag);
1503 rc = mvs_debug_issue_ssp_tmf(dev, lun.scsi_lun, &tmf_task);
1543 struct mvs_tmf_task tmf_task;
1545 tmf_task.tmf = TMF_ABORT_TASK_SET;
1546 rc = mvs_debug_issue_ssp_tmf(dev, lun, &tmf_task);
1554 struct mvs_tmf_task tmf_task;
1556 tmf_task.tmf = TMF_CLEAR_ACA;
1557 rc = mvs_debug_issue_ssp_tmf(dev, lun, &tmf_task);
1565 struct mvs_tmf_task tmf_task;
1567 tmf_task.tmf = TMF_CLEAR_TASK_SET;
1568 rc = mvs_debug_issue_ssp_tmf(dev, lun, &tmf_task);