Searched defs:gsm_mux (Results 1 – 1 of 1) sorted by relevance
201 struct gsm_mux { struct215 enum gsm_mux_state state; argument227 void (*receive)(struct gsm_mux *gsm, u8 ch); argument230 unsigned int mru;231 unsigned int mtu;232 int initiator; /* Did we initiate connection */233 bool dead; /* Has the mux been shut down */234 struct gsm_dlci *dlci[NUM_DLCI];235 int old_c_iflag; /* termios c_iflag value before attach */236 bool constipated; /* Asked by remote to shut up */[all …]