Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/sun/
H A Dsunbmac.h60 #define CREG_STAT_TXLERR 0x00040000 /* Late Transmit Error */ macro
70 #define CREG_STAT_ERRORS (CREG_STAT_BERROR|CREG_STAT_TXDERROR|CREG_STAT_TXLERR| \
H A Dsunqe.h76 #define CREG_STAT_TXLERR 0x00040000 /* Late Transmit Error */ macro
96 CREG_STAT_TXLERR|CREG_STAT_TXPERR|CREG_STAT_TXSERR| \
H A Dsunqe.c314 if (qe_status & CREG_STAT_TXLERR) { in qe_is_bolixed()
H A Dsunbmac.c731 if (bmac_status & CREG_STAT_TXLERR) in bigmac_is_medium_rare()