Searched refs:RX_STS_ES_ (Results 1 – 6 of 6) sorted by relevance
25 #define RX_STS_ES_ (0x00008000) /* Error Summary */ macro
1804 if (unlikely(header & RX_STS_ES_)) { in smsc95xx_rx_fixup()
82 #define RX_STS_ES_ 0x00008000 macro
769 if (status & RX_STS_ES_) { in smsc911x_phy_check_loopbackpkt()1166 if (unlikely(rxstat & RX_STS_ES_)) { in smsc911x_rx_counterrors()1238 if (unlikely(rxstat & RX_STS_ES_)) { in smsc911x_poll()
308 #define RX_STS_ES_ (0x00008000) macro
379 if (status & RX_STS_ES_) { in smc911x_rcv()