Searched defs:gsm_mux (Results 1 – 1 of 1) sorted by relevance
200 struct gsm_mux { struct214 enum gsm_mux_state state; argument226 void (*receive)(struct gsm_mux *gsm, u8 ch); argument229 unsigned int mru;230 unsigned int mtu;231 int initiator; /* Did we initiate connection */232 bool dead; /* Has the mux been shut down */233 struct gsm_dlci *dlci[NUM_DLCI];234 bool constipated; /* Asked by remote to shut up */236 spinlock_t tx_lock;[all …]