Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/sun/
H A Dsunbmac.h62 #define CREG_STAT_TXSERR 0x00010000 /* Transmit SBUS error ack */ macro
71 CREG_STAT_TXPERR|CREG_STAT_TXSERR|CREG_STAT_RXDROP| \
H A Dsunqe.h78 #define CREG_STAT_TXSERR 0x00010000 /* Transmit SBUS error ack */ macro
96 CREG_STAT_TXLERR|CREG_STAT_TXPERR|CREG_STAT_TXSERR| \
H A Dsunqe.c327 if (qe_status & CREG_STAT_TXSERR) { in qe_is_bolixed()
H A Dsunbmac.c735 if (bmac_status & CREG_STAT_TXSERR) in bigmac_is_medium_rare()