Searched refs:RX_STS_ES_ (Results 1 – 6 of 6) sorted by relevance
25 #define RX_STS_ES_ (0x00008000) /* Error Summary */ macro
1836 if (unlikely(header & RX_STS_ES_)) { in smsc95xx_rx_fixup()
82 #define RX_STS_ES_ 0x00008000 macro
773 if (status & RX_STS_ES_) { in smsc911x_phy_check_loopbackpkt()1172 if (unlikely(rxstat & RX_STS_ES_)) { in smsc911x_rx_counterrors()1244 if (unlikely(rxstat & RX_STS_ES_)) { in smsc911x_poll()
308 #define RX_STS_ES_ (0x00008000) macro
382 if (status & RX_STS_ES_) { in smc911x_rcv()