Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/controller/ctrl_tx_queue/src/
Dmain.c149 struct node_tx data_nodes2[SIZE] = { 0 }; in ZTEST() local
164 ull_tx_q_enqueue_data(&tx_q, &data_nodes2[i]); in ZTEST()
196 struct node_tx data_nodes2[SIZE] = { 0 }; in ZTEST() local
212 ull_tx_q_enqueue_data(&tx_q, &data_nodes2[i]); in ZTEST()
252 struct node_tx data_nodes2[SIZE] = { 0 }; in ZTEST() local
268 ull_tx_q_enqueue_data(&tx_q, &data_nodes2[i]); in ZTEST()
292 zassert_equal_ptr(node, &data_nodes2[i], NULL); in ZTEST()
320 struct node_tx data_nodes2[SIZE] = { 0 }; in ZTEST() local
337 ull_tx_q_enqueue_data(&tx_q, &data_nodes2[i]); in ZTEST()
371 zassert_equal_ptr(node, &data_nodes2[i], NULL); in ZTEST()
[all …]