Home
last modified time | relevance | path

Searched refs:gsm_msg (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/tty/
H A Dn_gsm.c121 struct gsm_msg { struct
457 static struct gsm_msg *gsm_data_alloc(struct gsm_mux *gsm, u8 addr, int len,
459 static int gsm_send_packet(struct gsm_mux *gsm, struct gsm_msg *msg);
812 struct gsm_msg *msg; in gsm_send()
855 struct gsm_msg *msg, *nmsg; in gsm_dlci_clear_queues()
920 static struct gsm_msg *gsm_data_alloc(struct gsm_mux *gsm, u8 addr, int len, in gsm_data_alloc()
923 struct gsm_msg *m = kmalloc(sizeof(struct gsm_msg) + len + HDR_LEN, in gsm_data_alloc()
943 static int gsm_send_packet(struct gsm_mux *gsm, struct gsm_msg *msg) in gsm_send_packet()
981 static bool gsm_is_flow_ctrl_msg(struct gsm_msg *msg) in gsm_is_flow_ctrl_msg()
1017 struct gsm_msg *msg, *nmsg; in gsm_data_kick()
[all …]