Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/libfc/
Dfc_rport.c1158 fc_rport_error_retry(rdata, -FC_EX_SEQ_ERR); in fc_rport_prli_resp()
1169 fc_rport_error(rdata, -FC_EX_SEQ_ERR); in fc_rport_prli_resp()
1171 fc_rport_error_retry(rdata, -FC_EX_SEQ_ERR); in fc_rport_prli_resp()
1175 fc_rport_error_retry(rdata, -FC_EX_SEQ_ERR); in fc_rport_prli_resp()
/linux-5.19.10/include/scsi/
Dlibfc.h40 #define FC_EX_SEQ_ERR 6 /* Exchange sequence error */ macro