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

/linux-master/drivers/net/ethernet/natsemi/
H A Dns83820.c188 #define ISR_TXIDLE 0x00000200 macro
752 dev->IMR_cache |= ISR_TXIDLE;
1411 if (isr & ~(ISR_PHY | ISR_RXDESC | ISR_RXEARLY | ISR_RXOK | ISR_RXERR | ISR_TXIDLE | ISR_TXOK | ISR_TXDESC))
1450 if (ISR_TXIDLE & isr) {
1472 if ((ISR_TXDESC | ISR_TXIDLE | ISR_TXOK | ISR_TXERR) & isr) {
1494 if ((ISR_TXIDLE & isr) && (dev->tx_done_idx != dev->tx_free_idx)) {
1542 dev->IMR_cache &= ~(ISR_TXURN | ISR_TXIDLE | ISR_TXERR | ISR_TXDESC | ISR_TXOK);

Completed in 164 milliseconds