Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/libsas/
H A Dsas_scsi_host.c527 int tmf_resp, need_reset; in sas_eh_handle_sas_errors() local
583 tmf_resp = sas_recover_lu(task->dev, cmd); in sas_eh_handle_sas_errors()
584 if (tmf_resp == TMF_RESP_FUNC_COMPLETE) { in sas_eh_handle_sas_errors()
597 tmf_resp = sas_recover_I_T(task->dev); in sas_eh_handle_sas_errors()
598 if (tmf_resp == TMF_RESP_FUNC_COMPLETE || in sas_eh_handle_sas_errors()
599 tmf_resp == -ENODEV) { in sas_eh_handle_sas_errors()