Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/chelsio/cxgb3/
Dsge.c2837 #define SGE_PARERR (F_CPPARITYERROR | F_OCPARITYERROR | F_RCPARITYERROR | \ macro
2843 #define SGE_FATALERR (SGE_PARERR | SGE_FRAMINGERR | F_RSPQCREDITOVERFOW | \
2857 if (status & SGE_PARERR) in t3_sge_err_intr_handler()
2859 status & SGE_PARERR); in t3_sge_err_intr_handler()