Lines Matching refs:xstate
132 unsigned int xstate; /* transmit state bits 68 */
165 * Bits in xstate: SC_COMP_RUN
833 val = ppp->flags | ppp->xstate | ppp->rstate;
1859 if ((ppp->xstate & SC_COMP_RUN) && ppp->xc_state &&
3069 ppp->xstate &= ~SC_COMP_RUN;
3132 ppp->xstate &= ~SC_COMP_RUN;
3145 ppp->xstate &= ~SC_COMP_RUN;
3173 ppp->xstate |= SC_COMP_RUN;
3187 if (ppp->xc_state && (ppp->xstate & SC_COMP_RUN))
3198 void *xstate, *rstate;
3203 ppp->xstate = 0;
3205 xstate = ppp->xc_state;
3213 if (xstate) {
3214 xcomp->comp_free(xstate);