Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/libfc/
Dfc_rport.c785 err = -FC_EX_ALLOC_ERR; in fc_rport_flogi_resp()
832 return fc_rport_error_retry(rdata, -FC_EX_ALLOC_ERR); in fc_rport_enter_flogi()
1086 fc_rport_error_retry(rdata, -FC_EX_ALLOC_ERR); in fc_rport_enter_plogi()
1268 fc_rport_error_retry(rdata, -FC_EX_ALLOC_ERR); in fc_rport_enter_prli()
1384 fc_rport_error_retry(rdata, -FC_EX_ALLOC_ERR); in fc_rport_enter_rtv()
1559 fc_rport_error_retry(rdata, -FC_EX_ALLOC_ERR); in fc_rport_enter_adisc()
/Linux-v5.4/include/scsi/
Dlibfc.h36 #define FC_EX_ALLOC_ERR 3 /* Exchange allocation failed */ macro