Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/tty/
Dn_gsm.c271 struct list_head tx_ctrl_list; /* Pending control packets */ member
726 list_add_tail(&msg->list, &gsm->tx_ctrl_list); in gsm_send()
912 list_for_each_entry_safe(msg, nmsg, &gsm->tx_ctrl_list, list) { in gsm_data_kick()
1026 list_add_tail(&msg->list, &gsm->tx_ctrl_list); in __gsm_data_queue()
2516 list_for_each_entry_safe(txq, ntxq, &gsm->tx_ctrl_list, list) in gsm_cleanup_mux()
2518 INIT_LIST_HEAD(&gsm->tx_ctrl_list); in gsm_cleanup_mux()
2644 INIT_LIST_HEAD(&gsm->tx_ctrl_list); in gsm_alloc_mux()