Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_tx_queue.c14 sys_slist_init(&queue->tx_list); in ull_tx_q_init()
31 sys_slist_merge_slist(&queue->tx_list, &queue->data_list); in ull_tx_q_resume_data()
44 list = &queue->tx_list; in ull_tx_q_enqueue_data()
53 sys_slist_append(&queue->tx_list, (sys_snode_t *)tx); in ull_tx_q_enqueue_ctrl()
60 tx = (struct node_tx *)sys_slist_peek_head(&queue->tx_list); in ull_tx_q_peek()
69 tx = (struct node_tx *)sys_slist_get(&queue->tx_list); in ull_tx_q_dequeue()
Dull_tx_queue.h10 sys_slist_t tx_list; /* Data and control node_tx list */ member