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