Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wan/
Dcosa.c193 #define IRQBIT 2 macro
1667 if (!test_bit(IRQBIT, &cosa->rxtx)) { in tx_interrupt()
1711 if (!test_bit(IRQBIT, &cosa->rxtx)) { in tx_interrupt()
1723 set_bit(IRQBIT, &cosa->rxtx); in tx_interrupt()
1727 clear_bit(IRQBIT, &cosa->rxtx); in tx_interrupt()
1805 if (!test_bit(IRQBIT, &cosa->rxtx)) { in rx_interrupt()
1806 set_bit(IRQBIT, &cosa->rxtx); in rx_interrupt()
1815 clear_bit(IRQBIT, &cosa->rxtx); in rx_interrupt()