Searched defs:gsm_mux (Results 1 – 2 of 2) sorted by relevance
202 struct gsm_mux { struct216 enum gsm_mux_state state; argument228 void (*receive)(struct gsm_mux *gsm, u8 ch); argument231 unsigned int mru;232 unsigned int mtu;233 int initiator; /* Did we initiate connection */234 bool dead; /* Has the mux been shut down */235 struct gsm_dlci *dlci[NUM_DLCI];236 int old_c_iflag; /* termios c_iflag value before attach */237 bool constipated; /* Asked by remote to shut up */[all …]
269 struct gsm_mux { struct286 enum gsm_mux_state state; argument297 void (*receive)(struct gsm_mux *gsm, u8 ch); argument300 unsigned int mru;301 unsigned int mtu;302 int initiator; /* Did we initiate connection */303 bool dead; /* Has the mux been shut down */304 struct gsm_dlci *dlci[NUM_DLCI];305 int old_c_iflag; /* termios c_iflag value before attach */306 bool constipated; /* Asked by remote to shut up */[all …]