Lines Matching defs:xstate
125 unsigned int xstate; /* transmit state bits 68 */
160 * Bits in xstate: SC_COMP_RUN
709 val = ppp->flags | ppp->xstate | ppp->rstate;
1686 if ((ppp->xstate & SC_COMP_RUN) && ppp->xc_state &&
2870 ppp->xstate &= ~SC_COMP_RUN;
2933 ppp->xstate &= ~SC_COMP_RUN;
2946 ppp->xstate &= ~SC_COMP_RUN;
2974 ppp->xstate |= SC_COMP_RUN;
2988 if (ppp->xc_state && (ppp->xstate & SC_COMP_RUN))
2999 void *xstate, *rstate;
3004 ppp->xstate = 0;
3006 xstate = ppp->xc_state;
3014 if (xstate) {
3015 xcomp->comp_free(xstate);