Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/sun/
H A Dsunbmac.h59 #define CREG_STAT_TXDERROR 0x00080000 /* TX Descriptor is bogus */ macro
70 #define CREG_STAT_ERRORS (CREG_STAT_BERROR|CREG_STAT_TXDERROR|CREG_STAT_TXLERR| \
H A Dsunqe.h75 #define CREG_STAT_TXDERROR 0x00080000 /* TX Descriptor is bogus */ macro
95 CREG_STAT_BERROR|CREG_STAT_CCOFLOW|CREG_STAT_TXDERROR| \
H A Dsunqe.c307 if (qe_status & CREG_STAT_TXDERROR) { in qe_is_bolixed()
H A Dsunbmac.c729 if (bmac_status & CREG_STAT_TXDERROR) in bigmac_is_medium_rare()