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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dns83820.c204 #define ISR_RXORN 0x00000020 macro
737 dev->IMR_cache |= ISR_RXORN;
1268 if ((ISR_RXIDLE | ISR_RXORN | ISR_RXDESC | ISR_RXOK | ISR_RXERR) & isr)
1276 if (unlikely(ISR_RXORN & isr)) {

Completed in 44 milliseconds