Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/libfc/
Dfc_rport.c81 static void fc_rport_error_retry(struct fc_rport_priv *, int);
661 static void fc_rport_error_retry(struct fc_rport_priv *rdata, int err) in fc_rport_error_retry() function
810 fc_rport_error_retry(rdata, err); in fc_rport_flogi_resp()
837 return fc_rport_error_retry(rdata, -FC_EX_ALLOC_ERR); in fc_rport_enter_flogi()
843 fc_rport_error_retry(rdata, -FC_EX_XMIT_ERR); in fc_rport_enter_flogi()
1008 fc_rport_error_retry(rdata, PTR_ERR(fp)); in fc_rport_plogi_resp()
1039 fc_rport_error_retry(rdata, -FC_EX_ELS_RJT); in fc_rport_plogi_resp()
1091 fc_rport_error_retry(rdata, -FC_EX_ALLOC_ERR); in fc_rport_enter_plogi()
1100 fc_rport_error_retry(rdata, -FC_EX_XMIT_ERR); in fc_rport_enter_plogi()
1147 fc_rport_error_retry(rdata, PTR_ERR(fp)); in fc_rport_prli_resp()
[all …]