Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dethoc.c143 #define RX_BD_LC (1 << 0) /* late collision */ macro
157 #define RX_BD_STATS (RX_BD_LC | RX_BD_CRC | RX_BD_SF | RX_BD_TL | \
386 if (bd->stat & RX_BD_LC) { in ethoc_update_rx_stats()
/openbmc/linux/drivers/net/ethernet/
H A Dethoc.c153 #define RX_BD_LC (1 << 0) /* late collision */ macro
167 #define RX_BD_STATS (RX_BD_LC | RX_BD_CRC | RX_BD_SF | RX_BD_TL | \
411 if (bd->stat & RX_BD_LC) { in ethoc_update_rx_stats()