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

/linux-master/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) {
H A Dsunbmac.c729 if (bmac_status & CREG_STAT_TXDERROR)

Completed in 146 milliseconds