Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/smsc/
Dsmsc911x.h91 #define TX_STS_ES_ 0x00008000 macro
Dsmc911x.h323 #define TX_STS_ES_ (0x00008000) macro
Dsmsc911x.c751 if (status & TX_STS_ES_) { in smsc911x_phy_check_loopbackpkt()
1137 if (unlikely(tx_stat & TX_STS_ES_)) { in smsc911x_tx_update_txcounters()
Dsmc911x.c598 if ((tx_status & TX_STS_ES_) && !(lp->ctl_rfduplx && in smc911x_tx()