Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/libfc/
Dfc_rport.c93 static void fc_rport_error_retry(struct fc_rport_priv *, int);
666 static void fc_rport_error_retry(struct fc_rport_priv *rdata, int err) in fc_rport_error_retry() function
815 fc_rport_error_retry(rdata, err); in fc_rport_flogi_resp()
842 return fc_rport_error_retry(rdata, -FC_EX_ALLOC_ERR); in fc_rport_enter_flogi()
848 fc_rport_error_retry(rdata, -FC_EX_XMIT_ERR); in fc_rport_enter_flogi()
1015 fc_rport_error_retry(rdata, PTR_ERR(fp)); in fc_rport_plogi_resp()
1043 fc_rport_error_retry(rdata, -FC_EX_ELS_RJT); in fc_rport_plogi_resp()
1095 fc_rport_error_retry(rdata, -FC_EX_ALLOC_ERR); in fc_rport_enter_plogi()
1104 fc_rport_error_retry(rdata, -FC_EX_XMIT_ERR); in fc_rport_enter_plogi()
1151 fc_rport_error_retry(rdata, PTR_ERR(fp)); in fc_rport_prli_resp()
[all …]