Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/tty/
Dn_gsm.c313 struct list_head tx_ctrl_list; /* Pending control packets */ member
836 list_add_tail(&msg->list, &gsm->tx_ctrl_list); in gsm_send()
1022 list_for_each_entry_safe(msg, nmsg, &gsm->tx_ctrl_list, list) { in gsm_data_kick()
1136 list_add_tail(&msg->list, &gsm->tx_ctrl_list); in __gsm_data_queue()
3105 list_for_each_entry_safe(txq, ntxq, &gsm->tx_ctrl_list, list) in gsm_cleanup_mux()
3107 INIT_LIST_HEAD(&gsm->tx_ctrl_list); in gsm_cleanup_mux()
3233 INIT_LIST_HEAD(&gsm->tx_ctrl_list); in gsm_alloc_mux()