Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wan/
Dcosa.c206 #define IRQBIT 2 macro
1684 if (!test_bit(IRQBIT, &cosa->rxtx)) { in tx_interrupt()
1728 if (!test_bit(IRQBIT, &cosa->rxtx)) { in tx_interrupt()
1740 set_bit(IRQBIT, &cosa->rxtx); in tx_interrupt()
1744 clear_bit(IRQBIT, &cosa->rxtx); in tx_interrupt()
1822 if (!test_bit(IRQBIT, &cosa->rxtx)) { in rx_interrupt()
1823 set_bit(IRQBIT, &cosa->rxtx); in rx_interrupt()
1832 clear_bit(IRQBIT, &cosa->rxtx); in rx_interrupt()