Searched refs:data_nodes1 (Results 1 – 1 of 1) sorted by relevance
112 struct node_tx data_nodes1[SIZE] = { 0 }; in ZTEST() local119 ull_tx_q_enqueue_data(&tx_q, &data_nodes1[i]); in ZTEST()128 zassert_equal_ptr(node, &data_nodes1[i], NULL); in ZTEST()148 struct node_tx data_nodes1[SIZE] = { 0 }; in ZTEST() local156 ull_tx_q_enqueue_data(&tx_q, &data_nodes1[i]); in ZTEST()173 zassert_equal_ptr(node, &data_nodes1[i], NULL); in ZTEST()195 struct node_tx data_nodes1[SIZE] = { 0 }; in ZTEST() local203 ull_tx_q_enqueue_data(&tx_q, &data_nodes1[i]); in ZTEST()221 zassert_equal_ptr(node, &data_nodes1[i], NULL); in ZTEST()251 struct node_tx data_nodes1[SIZE] = { 0 }; in ZTEST() local[all …]