Home
last modified time | relevance | path

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

/linux/drivers/net/usb/
A Dsmsc95xx.h25 #define RX_STS_ES_ (0x00008000) /* Error Summary */ macro
A Dsmsc95xx.c1802 if (unlikely(header & RX_STS_ES_)) { in smsc95xx_rx_fixup()
/linux/drivers/net/ethernet/smsc/
A Dsmsc911x.h82 #define RX_STS_ES_ 0x00008000 macro
A Dsmsc911x.c773 if (status & RX_STS_ES_) { in smsc911x_phy_check_loopbackpkt()
1170 if (unlikely(rxstat & RX_STS_ES_)) { in smsc911x_rx_counterrors()
1242 if (unlikely(rxstat & RX_STS_ES_)) { in smsc911x_poll()
A Dsmc911x.h308 #define RX_STS_ES_ (0x00008000) macro
A Dsmc911x.c382 if (status & RX_STS_ES_) { in smc911x_rcv()

Completed in 755 milliseconds