Searched refs:FC_EX_CLOSED (Results 1 – 7 of 7) sorted by relevance
105 case FC_EX_CLOSED: in fc_els_resp_type()
1094 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()
340 } 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()
1198 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()
588 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()
1847 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()
46 #define FC_EX_CLOSED 2 /* Exchange closed */ macro