Searched refs:SC_COMP_RUN (Results 1 – 3 of 3) sorted by relevance
33 #define SC_COMP_RUN 0x00001000 /* compressor has been inited */ macro
165 * Bits in xstate: SC_COMP_RUN1835 if ((ppp->xstate & SC_COMP_RUN) && ppp->xc_state && in ppp_send_frame() 3063 ppp->xstate &= ~SC_COMP_RUN; in ppp_set_compress() 3126 ppp->xstate &= ~SC_COMP_RUN; in ppp_ccp_peek() 3139 ppp->xstate &= ~SC_COMP_RUN; in ppp_ccp_peek() 3167 ppp->xstate |= SC_COMP_RUN; in ppp_ccp_peek() 3181 if (ppp->xc_state && (ppp->xstate & SC_COMP_RUN)) in ppp_ccp_peek()
373 SC_COMP_RUN CCP compressor is running