Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dsdla_ppp.h162 #define PPP_INTR_TXRDY 0x02 /* Tx ready */ macro
/linux-2.4.37.9/drivers/net/wan/
Dsdla_ppp.c1111 flags->imask |= PPP_INTR_TXRDY; /* unmask Tx interrupts */ in if_send()
1748 case PPP_INTR_TXRDY: /* transmit interrupt 0x02 (bit 1)*/ in wpp_isr()
1750 flags->imask &= ~PPP_INTR_TXRDY; in wpp_isr()
3440 PPP_INTR_TXRDY| in config_ppp()
3453 flags->imask &= ~(PPP_INTR_TXRDY | PPP_INTR_TIMER) ; in config_ppp()