Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wan/
Dcosa.c206 #define IRQBIT 2 macro
1680 if (!test_bit(IRQBIT, &cosa->rxtx)) { in tx_interrupt()
1724 if (!test_bit(IRQBIT, &cosa->rxtx)) { in tx_interrupt()
1736 set_bit(IRQBIT, &cosa->rxtx); in tx_interrupt()
1740 clear_bit(IRQBIT, &cosa->rxtx); in tx_interrupt()
1818 if (!test_bit(IRQBIT, &cosa->rxtx)) { in rx_interrupt()
1819 set_bit(IRQBIT, &cosa->rxtx); in rx_interrupt()
1828 clear_bit(IRQBIT, &cosa->rxtx); in rx_interrupt()