Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/libfc/
H A 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()
/openbmc/linux/include/scsi/
H A Dlibfc.h36 #define FC_EX_ALLOC_ERR 3 /* Exchange allocation failed */ macro