Lines Matching refs:gsm_msg
112 struct gsm_msg { struct
402 static struct gsm_msg *gsm_data_alloc(struct gsm_mux *gsm, u8 addr, int len,
404 static int gsm_send_packet(struct gsm_mux *gsm, struct gsm_msg *msg);
700 struct gsm_msg *msg; in gsm_send()
743 struct gsm_msg *msg, *nmsg; in gsm_dlci_clear_queues()
808 static struct gsm_msg *gsm_data_alloc(struct gsm_mux *gsm, u8 addr, int len, in gsm_data_alloc()
811 struct gsm_msg *m = kmalloc(sizeof(struct gsm_msg) + len + HDR_LEN, in gsm_data_alloc()
831 static int gsm_send_packet(struct gsm_mux *gsm, struct gsm_msg *msg) in gsm_send_packet()
869 static bool gsm_is_flow_ctrl_msg(struct gsm_msg *msg) in gsm_is_flow_ctrl_msg()
905 struct gsm_msg *msg, *nmsg; in gsm_data_kick()
981 static void __gsm_data_queue(struct gsm_dlci *dlci, struct gsm_msg *msg) in __gsm_data_queue()
1045 static void gsm_data_queue(struct gsm_dlci *dlci, struct gsm_msg *msg) in gsm_data_queue()
1067 struct gsm_msg *msg; in gsm_dlci_data_output()
1128 struct gsm_msg *msg; in gsm_dlci_data_output_framed()
1199 struct gsm_msg *msg; in gsm_dlci_modem_output()
1343 struct gsm_msg *msg = gsm_data_alloc(gsm, 0, dlen + 2, gsm->ftype); in gsm_control_command()
1369 struct gsm_msg *msg; in gsm_control_reply()
2485 struct gsm_msg *txq, *ntxq; in gsm_cleanup_mux()