Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/tty/
Dn_gsm.c200 struct gsm_mux { struct
214 enum gsm_mux_state state; argument
226 void (*receive)(struct gsm_mux *gsm, u8 ch); argument
229 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 …]