Searched refs:fc_rport_error_retry (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/scsi/libfc/ |
D | fc_rport.c | 78 static void fc_rport_error_retry(struct fc_rport_priv *, struct fc_frame *); 582 static void fc_rport_error_retry(struct fc_rport_priv *rdata, in fc_rport_error_retry() function 709 fc_rport_error_retry(rdata, fp); in fc_rport_flogi_resp() 735 return fc_rport_error_retry(rdata, fp); in fc_rport_enter_flogi() 740 fc_rport_error_retry(rdata, NULL); in fc_rport_enter_flogi() 897 fc_rport_error_retry(rdata, fp); in fc_rport_plogi_resp() 920 fc_rport_error_retry(rdata, fp); in fc_rport_plogi_resp() 970 fc_rport_error_retry(rdata, fp); in fc_rport_enter_plogi() 978 fc_rport_error_retry(rdata, NULL); in fc_rport_enter_plogi() 1021 fc_rport_error_retry(rdata, fp); in fc_rport_prli_resp() [all …]
|