Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/sun/
H A Dsunqe.h74 #define CREG_STAT_CCOFLOW 0x00100000 /* TX Coll-counter Overflow */ macro
95 CREG_STAT_BERROR|CREG_STAT_CCOFLOW|CREG_STAT_TXDERROR| \
H A Dsunqe.c302 if (qe_status & CREG_STAT_CCOFLOW) { in qe_is_bolixed()