Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/
Dethoc.c146 #define RX_BD_TL (1 << 3) /* too long */ macro
157 #define RX_BD_STATS (RX_BD_LC | RX_BD_CRC | RX_BD_SF | RX_BD_TL | \
363 if (bd->stat & RX_BD_TL) { in ethoc_update_rx_stats()