Searched refs:ISR_TXOK (Results 1 – 2 of 2) sorted by relevance
45 #define ISR_TXOK (1 << 4) /* tx to ethernet */ macro
191 #define ISR_TXOK 0x00000040 macro1411 …if (isr & ~(ISR_PHY | ISR_RXDESC | ISR_RXEARLY | ISR_RXOK | ISR_RXERR | ISR_TXIDLE | ISR_TXOK | IS…1472 if ((ISR_TXDESC | ISR_TXIDLE | ISR_TXOK | ISR_TXERR) & isr) {1480 (dev->IMR_cache & ISR_TXOK)) {1482 dev->IMR_cache &= ~ISR_TXOK;1496 dev->IMR_cache |= ISR_TXOK;1542 dev->IMR_cache &= ~(ISR_TXURN | ISR_TXIDLE | ISR_TXERR | ISR_TXDESC | ISR_TXOK);