Searched refs:gsm_msg (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | n_gsm.c | 117 * a gsm_msg which holds everything we need in a link layer independent 121 struct gsm_msg { struct 455 static struct gsm_msg *gsm_data_alloc(struct gsm_mux *gsm, u8 addr, int len, 457 static int gsm_send_packet(struct gsm_mux *gsm, struct gsm_msg *msg); 810 struct gsm_msg *msg; in gsm_send() 853 struct gsm_msg *msg, *nmsg; in gsm_dlci_clear_queues() 918 static struct gsm_msg *gsm_data_alloc(struct gsm_mux *gsm, u8 addr, int len, in gsm_data_alloc() 921 struct gsm_msg *m = kmalloc(sizeof(struct gsm_msg) + len + HDR_LEN, in gsm_data_alloc() 941 static int gsm_send_packet(struct gsm_mux *gsm, struct gsm_msg *ms [all...] |
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | n_gsm.c | 92 * a gsm_msg which holds everything we need in a link layer independent 96 struct gsm_msg { struct 726 static struct gsm_msg *gsm_data_alloc(struct gsm_mux *gsm, u8 addr, int len, in gsm_data_alloc() 729 struct gsm_msg *m = kmalloc(sizeof(struct gsm_msg) + len + HDR_LEN, in gsm_data_alloc() 748 static bool gsm_is_flow_ctrl_msg(struct gsm_msg *msg) in gsm_is_flow_ctrl_msg() 786 struct gsm_msg *msg, *nmsg; in gsm_data_kick() 839 static void __gsm_data_queue(struct gsm_dlci *dlci, struct gsm_msg *msg) in __gsm_data_queue() 890 static void gsm_data_queue(struct gsm_dlci *dlci, struct gsm_msg *msg) in gsm_data_queue() 912 struct gsm_msg *ms in gsm_dlci_data_output() [all...] |
Completed in 6 milliseconds