Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wan/
Dcosa.c206 #define IRQBIT 2 macro
1681 if (!test_bit(IRQBIT, &cosa->rxtx)) { in tx_interrupt()
1725 if (!test_bit(IRQBIT, &cosa->rxtx)) { in tx_interrupt()
1737 set_bit(IRQBIT, &cosa->rxtx); in tx_interrupt()
1741 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()