Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wan/
H A Dcosa.c193 #define IRQBIT 2 macro
1668 if (!test_bit(IRQBIT, &cosa->rxtx)) { in tx_interrupt()
1712 if (!test_bit(IRQBIT, &cosa->rxtx)) { in tx_interrupt()
1724 set_bit(IRQBIT, &cosa->rxtx); in tx_interrupt()
1728 clear_bit(IRQBIT, &cosa->rxtx); in tx_interrupt()
1806 if (!test_bit(IRQBIT, &cosa->rxtx)) { in rx_interrupt()
1807 set_bit(IRQBIT, &cosa->rxtx); in rx_interrupt()
1816 clear_bit(IRQBIT, &cosa->rxtx); in rx_interrupt()