Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/sun/
H A Dsunqe.h85 #define CREG_STAT_CECOFLOW 0x00000040 /* CRC Error-counter Overflow*/ macro
99 CREG_STAT_CECOFLOW|CREG_STAT_RXDROP|CREG_STAT_RXSMALL| \
H A Dsunqe.c366 if (qe_status & CREG_STAT_CECOFLOW) { in qe_is_bolixed()