Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/libfc/
Dfc_rport.c790 err = -FC_EX_ALLOC_ERR; in fc_rport_flogi_resp()
837 return fc_rport_error_retry(rdata, -FC_EX_ALLOC_ERR); in fc_rport_enter_flogi()
1091 fc_rport_error_retry(rdata, -FC_EX_ALLOC_ERR); in fc_rport_enter_plogi()
1282 fc_rport_error_retry(rdata, -FC_EX_ALLOC_ERR); in fc_rport_enter_prli()
1398 fc_rport_error_retry(rdata, -FC_EX_ALLOC_ERR); in fc_rport_enter_rtv()
1573 fc_rport_error_retry(rdata, -FC_EX_ALLOC_ERR); in fc_rport_enter_adisc()
/kernel/linux/linux-5.10/include/scsi/
Dlibfc.h36 #define FC_EX_ALLOC_ERR 3 /* Exchange allocation failed */ macro