Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/libfc/
Dfc_rport.c81 static void fc_rport_error_retry(struct fc_rport_priv *, int);
656 static void fc_rport_error_retry(struct fc_rport_priv *rdata, int err) in fc_rport_error_retry() function
805 fc_rport_error_retry(rdata, err); in fc_rport_flogi_resp()
832 return fc_rport_error_retry(rdata, -FC_EX_ALLOC_ERR); in fc_rport_enter_flogi()
838 fc_rport_error_retry(rdata, -FC_EX_XMIT_ERR); in fc_rport_enter_flogi()
1003 fc_rport_error_retry(rdata, PTR_ERR(fp)); in fc_rport_plogi_resp()
1034 fc_rport_error_retry(rdata, -FC_EX_ELS_RJT); in fc_rport_plogi_resp()
1086 fc_rport_error_retry(rdata, -FC_EX_ALLOC_ERR); in fc_rport_enter_plogi()
1095 fc_rport_error_retry(rdata, -FC_EX_XMIT_ERR); in fc_rport_enter_plogi()
1142 fc_rport_error_retry(rdata, PTR_ERR(fp)); in fc_rport_prli_resp()
[all …]