Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/libfc/
Dfc_rport.c775 err = -FC_EX_ELS_RJT; in fc_rport_flogi_resp()
779 err = -FC_EX_ELS_RJT; in fc_rport_flogi_resp()
1039 fc_rport_error_retry(rdata, -FC_EX_ELS_RJT); in fc_rport_plogi_resp()
1228 fc_rport_error_retry(rdata, FC_EX_ELS_RJT); in fc_rport_prli_resp()
/linux-5.19.10/include/scsi/
Dlibfc.h38 #define FC_EX_ELS_RJT 5 /* ELS rejected */ macro