Searched refs:RX_STS_ES_ (Results 1 – 6 of 6) sorted by relevance
37 #define RX_STS_ES_ (0x00008000) /* Error Summary */ macro
1759 if (unlikely(header & RX_STS_ES_)) { in smsc95xx_rx_fixup()
78 #define RX_STS_ES_ 0x00008000 macro
768 if (status & RX_STS_ES_) { in smsc911x_phy_check_loopbackpkt()1177 if (unlikely(rxstat & RX_STS_ES_)) { in smsc911x_rx_counterrors()1250 if (unlikely(rxstat & RX_STS_ES_)) { in smsc911x_poll()
330 #define RX_STS_ES_ (0x00008000) macro
389 if (status & RX_STS_ES_) { in smc911x_rcv()