Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/natsemi/
Dns83820.c202 #define ISR_TXIDLE 0x00000200 macro
764 dev->IMR_cache |= ISR_TXIDLE; in ns83820_setup_rx()
1426 …if (isr & ~(ISR_PHY | ISR_RXDESC | ISR_RXEARLY | ISR_RXOK | ISR_RXERR | ISR_TXIDLE | ISR_TXOK | IS…
1465 if (ISR_TXIDLE & isr) {
1487 if ((ISR_TXDESC | ISR_TXIDLE | ISR_TXOK | ISR_TXERR) & isr) {
1509 if ((ISR_TXIDLE & isr) && (dev->tx_done_idx != dev->tx_free_idx)) {
1557 dev->IMR_cache &= ~(ISR_TXURN | ISR_TXIDLE | ISR_TXERR | ISR_TXDESC | ISR_TXOK);