Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wan/
Dcosa.c187 #define IRQBIT 2 macro
1675 if (!test_bit(IRQBIT, &cosa->rxtx)) { in tx_interrupt()
1722 if (!test_bit(IRQBIT, &cosa->rxtx)) { in tx_interrupt()
1734 set_bit(IRQBIT, &cosa->rxtx); in tx_interrupt()
1738 clear_bit(IRQBIT, &cosa->rxtx); in tx_interrupt()
1819 if (!test_bit(IRQBIT, &cosa->rxtx)) { in rx_interrupt()
1820 set_bit(IRQBIT, &cosa->rxtx); in rx_interrupt()
1829 clear_bit(IRQBIT, &cosa->rxtx); in rx_interrupt()