Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/controller/ctrl_tx_queue/src/
Dmain.c88 ull_tx_q_enqueue_data(&tx_q, &nodes[i]); in ZTEST()
119 ull_tx_q_enqueue_data(&tx_q, &data_nodes1[i]); in ZTEST()
156 ull_tx_q_enqueue_data(&tx_q, &data_nodes1[i]); in ZTEST()
164 ull_tx_q_enqueue_data(&tx_q, &data_nodes2[i]); in ZTEST()
203 ull_tx_q_enqueue_data(&tx_q, &data_nodes1[i]); in ZTEST()
212 ull_tx_q_enqueue_data(&tx_q, &data_nodes2[i]); in ZTEST()
259 ull_tx_q_enqueue_data(&tx_q, &data_nodes1[i]); in ZTEST()
268 ull_tx_q_enqueue_data(&tx_q, &data_nodes2[i]); in ZTEST()
328 ull_tx_q_enqueue_data(&tx_q, &data_nodes1[i]); in ZTEST()
337 ull_tx_q_enqueue_data(&tx_q, &data_nodes2[i]); in ZTEST()
[all …]
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_tx_queue.h44 void ull_tx_q_enqueue_data(struct ull_tx_q *queue, struct node_tx *tx);
Dull_tx_queue.c35 void ull_tx_q_enqueue_data(struct ull_tx_q *queue, struct node_tx *tx) in ull_tx_q_enqueue_data() function
Dull_conn.c1425 ull_tx_q_enqueue_data(&conn->tx_q, tx); in ull_conn_tx_demux()
/Zephyr-latest/tests/bluetooth/controller/ctrl_api/src/
Dmain.c212 ull_tx_q_enqueue_data(&conn.tx_q, &nodes[i]); in ZTEST()
237 ull_tx_q_enqueue_data(&conn.tx_q, &nodes[i]); in ZTEST()
270 ull_tx_q_enqueue_data(&conn.tx_q, &nodes[i]); in ZTEST()
309 ull_tx_q_enqueue_data(&conn.tx_q, &nodes[i]); in ZTEST()