Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/libfc/
Dfc_elsct.c105 case FC_EX_CLOSED: in fc_els_resp_type()
Dfc_lport.c1094 if (PTR_ERR(fp) == -FC_EX_CLOSED) in fc_lport_error()
1134 if (fp == ERR_PTR(-FC_EX_CLOSED)) in fc_lport_ns_resp()
1210 if (fp == ERR_PTR(-FC_EX_CLOSED)) in fc_lport_ms_resp()
1287 if (fp == ERR_PTR(-FC_EX_CLOSED)) in fc_lport_scr_resp()
1633 if (fp == ERR_PTR(-FC_EX_CLOSED)) in fc_lport_logo_resp()
1718 if (fp == ERR_PTR(-FC_EX_CLOSED)) in fc_lport_flogi_resp()
1913 job->reply->result = (PTR_ERR(fp) == -FC_EX_CLOSED) ? in fc_lport_bsg_resp()
Dfc_disc.c340 } else if (PTR_ERR(fp) == -FC_EX_CLOSED) { in fc_disc_error()
596 if (PTR_ERR(fp) == -FC_EX_CLOSED) in fc_disc_gpn_id_resp()
Dfc_fcp.c1198 if (error == -FC_EX_CLOSED) { in fc_fcp_error()
1610 case -FC_EX_CLOSED: in fc_fcp_rec_error()
1776 case -FC_EX_CLOSED: /* e.g., link failure */ in fc_fcp_srr_error()
Dfc_rport.c588 if (PTR_ERR(fp) == -FC_EX_CLOSED) in fc_rport_error_retry()
666 if (fp == ERR_PTR(-FC_EX_CLOSED)) in fc_rport_flogi_resp()
Dfc_exch.c1847 fc_invoke_resp(ep, sp, ERR_PTR(-FC_EX_CLOSED)); in fc_exch_reset()
2023 if (err == -FC_EX_CLOSED || err == -FC_EX_TIMEOUT) in fc_exch_rrq_resp()
/linux-4.4.14/include/scsi/
Dlibfc.h46 #define FC_EX_CLOSED 2 /* Exchange closed */ macro