Searched refs:PPP_INTR_TXRDY (Results 1 – 2 of 2) sorted by relevance
162 #define PPP_INTR_TXRDY 0x02 /* Tx ready */ macro
1111 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()