Home
last modified time | relevance | path

Searched defs:gsm_mux (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/drivers/tty/
Dn_gsm.c199 struct gsm_mux { struct
213 enum gsm_mux_state state; argument
225 void (*receive)(struct gsm_mux *gsm, u8 ch); argument
228 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 …]