Searched refs:INT_STS_RXE_ (Results 1 - 4 of 4) sorted by relevance

/drivers/net/ethernet/smsc/
H A Dsmsc911x.h121 #define INT_STS_RXE_ 0x00004000 macro
H A Dsmc911x.c1048 if (status & INT_STS_RXE_) {
1049 SMC_ACK_INT(lp, INT_STS_RXE_);
H A Dsmc911x.h381 #define INT_STS_RXE_ (0x00004000) /* R/WC */ macro
H A Dsmsc911x.c1853 if (unlikely(intsts & inten & INT_STS_RXE_)) {
1855 smsc911x_reg_write(pdata, INT_STS, INT_STS_RXE_);

Completed in 187 milliseconds