Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/libfc/
Dfc_rport.c795 err = -FC_EX_ALLOC_ERR; in fc_rport_flogi_resp()
842 return fc_rport_error_retry(rdata, -FC_EX_ALLOC_ERR); in fc_rport_enter_flogi()
1095 fc_rport_error_retry(rdata, -FC_EX_ALLOC_ERR); in fc_rport_enter_plogi()
1270 fc_rport_error_retry(rdata, -FC_EX_ALLOC_ERR); in fc_rport_enter_prli()
1386 fc_rport_error_retry(rdata, -FC_EX_ALLOC_ERR); in fc_rport_enter_rtv()
1561 fc_rport_error_retry(rdata, -FC_EX_ALLOC_ERR); in fc_rport_enter_adisc()
/Linux-v4.19/include/scsi/
Dlibfc.h48 #define FC_EX_ALLOC_ERR 3 /* Exchange allocation failed */ macro