Searched refs:tx_ctrl_list (Results 1 – 1 of 1) sorted by relevance
315 struct list_head tx_ctrl_list; /* Pending control packets */ member838 list_add_tail(&msg->list, &gsm->tx_ctrl_list); in gsm_send()1024 list_for_each_entry_safe(msg, nmsg, &gsm->tx_ctrl_list, list) { in gsm_data_kick()1138 list_add_tail(&msg->list, &gsm->tx_ctrl_list); in __gsm_data_queue()3161 list_for_each_entry_safe(txq, ntxq, &gsm->tx_ctrl_list, list) in gsm_cleanup_mux()3163 INIT_LIST_HEAD(&gsm->tx_ctrl_list); in gsm_cleanup_mux()3289 INIT_LIST_HEAD(&gsm->tx_ctrl_list); in gsm_alloc_mux()