Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/sun/
H A Dsunqe.h71 #define CREG_STAT_JERROR 0x00800000 /* Jabber Error */ macro
94 CREG_STAT_LCOLL|CREG_STAT_FUFLOW|CREG_STAT_JERROR| \
H A Dsunqe.c294 if (qe_status & CREG_STAT_JERROR) { in qe_is_bolixed()