Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/sun/
H A Dsunbmac.c717 static void bigmac_is_medium_rare(struct bigmac *bp, u32 qec_status, u32 bmac_status) in bigmac_is_medium_rare() argument
726 if (bmac_status & CREG_STAT_ERRORS) { in bigmac_is_medium_rare()
727 if (bmac_status & CREG_STAT_BERROR) in bigmac_is_medium_rare()
729 if (bmac_status & CREG_STAT_TXDERROR) in bigmac_is_medium_rare()
731 if (bmac_status & CREG_STAT_TXLERR) in bigmac_is_medium_rare()
733 if (bmac_status & CREG_STAT_TXPERR) in bigmac_is_medium_rare()
735 if (bmac_status & CREG_STAT_TXSERR) in bigmac_is_medium_rare()
738 if (bmac_status & CREG_STAT_RXDROP) in bigmac_is_medium_rare()
741 if (bmac_status & CREG_STAT_RXSMALL) in bigmac_is_medium_rare()
743 if (bmac_status & CREG_STAT_RXLERR) in bigmac_is_medium_rare()
[all …]