Searched refs:SC_COMP_RUN (Results 1 – 7 of 7) sorted by relevance
84 #define SC_COMP_RUN 0x00001000 /* compressor has been inited */ macro
33 #define SC_COMP_RUN 0x00001000 /* compressor has been inited */ macro
1684 if ((ppp->xstate & SC_COMP_RUN) && ppp->xc_state && in ppp_send_frame()2868 ppp->xstate &= ~SC_COMP_RUN; in ppp_set_compress()2931 ppp->xstate &= ~SC_COMP_RUN; in ppp_ccp_peek()2944 ppp->xstate &= ~SC_COMP_RUN; in ppp_ccp_peek()2972 ppp->xstate |= SC_COMP_RUN; in ppp_ccp_peek()2986 if (ppp->xc_state && (ppp->xstate & SC_COMP_RUN)) in ppp_ccp_peek()
357 SC_COMP_RUN CCP compressor is running