/Zephyr-latest/tests/bluetooth/controller/ctrl_tx_queue/src/ |
D | main.c | 34 struct node_tx *node; in ZTEST() 52 struct node_tx *node; in ZTEST() 53 struct node_tx ctrl_nodes1[SIZE] = { 0 }; in ZTEST() 81 struct node_tx *node; in ZTEST() 82 struct node_tx nodes[SIZE] = { 0 }; in ZTEST() 110 struct node_tx *node; in ZTEST() 111 struct node_tx ctrl_nodes1[SIZE] = { 0 }; in ZTEST() 112 struct node_tx data_nodes1[SIZE] = { 0 }; in ZTEST() 146 struct node_tx *node; in ZTEST() 147 struct node_tx ctrl_nodes1[SIZE] = { 0 }; in ZTEST() [all …]
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_tx_queue.c | 35 void ull_tx_q_enqueue_data(struct ull_tx_q *queue, struct node_tx *tx) in ull_tx_q_enqueue_data() 50 void ull_tx_q_enqueue_ctrl(struct ull_tx_q *queue, struct node_tx *tx) in ull_tx_q_enqueue_ctrl() 56 struct node_tx *ull_tx_q_peek(struct ull_tx_q *queue) in ull_tx_q_peek() 58 struct node_tx *tx; in ull_tx_q_peek() 60 tx = (struct node_tx *)sys_slist_peek_head(&queue->tx_list); in ull_tx_q_peek() 65 struct node_tx *ull_tx_q_dequeue(struct ull_tx_q *queue) in ull_tx_q_dequeue() 67 struct node_tx *tx; in ull_tx_q_dequeue() 69 tx = (struct node_tx *)sys_slist_get(&queue->tx_list); in ull_tx_q_dequeue()
|
D | ull_tx_queue.h | 15 struct node_tx; 44 void ull_tx_q_enqueue_data(struct ull_tx_q *queue, struct node_tx *tx); 52 void ull_tx_q_enqueue_ctrl(struct ull_tx_q *queue, struct node_tx *tx); 61 struct node_tx *ull_tx_q_peek(struct ull_tx_q *queue); 70 struct node_tx *ull_tx_q_dequeue(struct ull_tx_q *queue);
|
D | ull_conn_internal.h | 13 void ll_tx_ack_put(uint16_t handle, struct node_tx *node_tx); 37 struct node_tx **tx); 39 struct node_tx **tx); 41 void ull_conn_tx_ack(uint16_t handle, memq_link_t *link, struct node_tx *tx);
|
D | ull_iso.c | 95 static isoal_status_t ll_iso_pdu_emit(struct node_tx_iso *node_tx, 97 static isoal_status_t ll_iso_pdu_release(struct node_tx_iso *node_tx, 145 void ll_iso_tx_mem_release(void *node_tx); 1071 static isoal_status_t ll_iso_test_pdu_release(struct node_tx_iso *node_tx, in ll_iso_test_pdu_release() argument 1076 if (node_tx->link) { in ll_iso_test_pdu_release() 1077 ll_iso_link_tx_release(node_tx->link); in ll_iso_test_pdu_release() 1079 ll_iso_tx_mem_release(node_tx); in ll_iso_test_pdu_release() 1409 void ll_iso_tx_mem_release(void *node_tx) in ll_iso_tx_mem_release() argument 1411 mem_release(node_tx, &mem_iso_tx.free); in ll_iso_tx_mem_release() 1414 int ll_iso_tx_mem_enqueue(uint16_t handle, void *node_tx, void *link) in ll_iso_tx_mem_enqueue() argument [all …]
|
D | ull.c | 574 struct node_tx *node_tx); 1801 void ll_tx_ack_put(uint16_t handle, struct node_tx *node_tx) in ll_tx_ack_put() argument 1810 tx->node = node_tx; in ll_tx_ack_put() 2556 struct node_tx *node_tx; in rx_demux() local 2565 &handle, &node_tx); in rx_demux() 2568 link_tx, node_tx); in rx_demux() 2581 struct node_tx *node_tx; in rx_demux() local 2585 link = ull_conn_ack_peek(&ack_last, &handle, &node_tx); in rx_demux() 2588 link, node_tx); in rx_demux() 2614 struct node_tx *node_tx; in rx_demux_yield() local [all …]
|
D | ull_llcp_internal.h | 177 struct node_tx *tx_ack; 181 struct node_tx *tx; 444 struct node_tx *llcp_tx_alloc(struct ll_conn *conn, struct proc_ctx *ctx); 455 void llcp_tx_enqueue(struct ll_conn *conn, struct node_tx *tx); 471 void llcp_lp_comm_tx_ack(struct ll_conn *conn, struct proc_ctx *ctx, struct node_tx *tx); 479 void llcp_rp_comm_tx_ack(struct ll_conn *conn, struct proc_ctx *ctx, struct node_tx *tx); 570 void llcp_lr_tx_ack(struct ll_conn *conn, struct proc_ctx *ctx, struct node_tx *tx); 594 void llcp_rr_tx_ack(struct ll_conn *conn, struct proc_ctx *ctx, struct node_tx *tx); 805 void llcp_lp_past_tx_ack(struct ll_conn *conn, struct proc_ctx *ctx, struct node_tx *tx);
|
D | lll_conn.h | 22 struct node_tx { struct 192 extern void ull_conn_lll_ack_enqueue(uint16_t handle, struct node_tx *tx);
|
D | ull_iso_internal.h | 52 void ll_data_path_tx_pdu_release(uint16_t handle, struct node_tx_iso *node_tx);
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_isoal/src/sub_sets/ |
D | isoal_test_tx.c | 216 static isoal_status_t custom_source_pdu_emit_test(struct node_tx_iso *node_tx, in custom_source_pdu_emit_test() argument 221 zassert_not_null(node_tx); in custom_source_pdu_emit_test() 222 zassert_not_null(node_tx->pdu); in custom_source_pdu_emit_test() 223 source_pdu_emit_test_handler(*node_tx, *((struct pdu_iso *)node_tx->pdu)); in custom_source_pdu_emit_test() 225 isoal_test_debug_print_tx_pdu(node_tx); in custom_source_pdu_emit_test() 294 static isoal_status_t custom_source_pdu_release_test(struct node_tx_iso *node_tx, in custom_source_pdu_release_test() argument 760 pdu_buffer.handle = (void *)&tx_pdu_meta_buf.node_tx; in ZTEST() 761 pdu_buffer.pdu = (struct pdu_iso *)tx_pdu_meta_buf.node_tx.pdu; in ZTEST() 819 &tx_pdu_meta_buf.node_tx, in ZTEST() 832 isoal_tx_pdu_release(source_hdl, &tx_pdu_meta_buf.node_tx); in ZTEST() [all …]
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_central_iso.c | 217 struct node_tx_iso *node_tx; in prepare_cb() local 226 (void **)&node_tx); in prepare_cb() 231 if (node_tx->payload_count < payload_count) { in prepare_cb() 236 node_tx->next = link; in prepare_cb() 238 node_tx); in prepare_cb() 239 } else if (node_tx->payload_count >= (payload_count + cis_lll->tx.bn)) { in prepare_cb() 242 if (node_tx->payload_count != payload_count) { in prepare_cb() 264 pdu_tx = (void *)node_tx->pdu; in prepare_cb() 573 struct node_tx_iso *node_tx; in isr_tx() local 622 (void **)&node_tx); in isr_tx() [all …]
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/ull/ |
D | ull_iso_vendor.c | 71 void ll_data_path_tx_pdu_release(uint16_t handle, struct node_tx_iso *node_tx) in ll_data_path_tx_pdu_release() argument 77 ll_tx_ack_put(handle, (void *)node_tx); in ll_data_path_tx_pdu_release()
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_isoal/src/ |
D | isoal_test_debug.c | 149 void isoal_test_debug_print_tx_pdu(struct node_tx_iso *node_tx) in isoal_test_debug_print_tx_pdu() argument 154 zassert_not_null(node_tx, ""); in isoal_test_debug_print_tx_pdu() 156 pdu = (struct pdu_iso *)node_tx->pdu; in isoal_test_debug_print_tx_pdu() 163 (uint32_t) node_tx->payload_count, in isoal_test_debug_print_tx_pdu() 164 node_tx->sdu_fragments, in isoal_test_debug_print_tx_pdu() 244 void isoal_test_debug_print_tx_pdu(struct node_tx_iso *node_tx) {} in isoal_test_debug_print_tx_pdu() argument
|
D | isoal_test_debug.h | 17 extern void isoal_test_debug_print_tx_pdu(struct node_tx_iso *node_tx);
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_le_ping/src/ |
D | main.c | 80 struct node_tx *tx; in ZTEST() 170 struct node_tx *tx; in ZTEST() 271 struct node_tx *tx; in ZTEST() 323 struct node_tx *tx; in ZTEST() 377 struct node_tx *tx; in ZTEST()
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_sca_update/src/ |
D | main.c | 82 struct node_tx *tx; in ZTEST() 190 struct node_tx *tx; in ZTEST() 292 struct node_tx *tx; in ZTEST() 393 struct node_tx *tx; in ZTEST() 451 struct node_tx *tx; in ZTEST() 508 struct node_tx *tx; in ZTEST()
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_version/src/ |
D | main.c | 75 struct node_tx *tx; in ZTEST() 141 struct node_tx *tx; in ZTEST() 306 struct node_tx *tx; in ZTEST() 374 struct node_tx *tx; in ZTEST() 449 struct node_tx *tx; in ZTEST()
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_data_length_update/src/ |
D | main.c | 85 struct node_tx *tx; in ZTEST() 151 struct node_tx *tx; in ZTEST() 238 struct node_tx *tx; in ZTEST() 330 struct node_tx *tx; in ZTEST() 439 struct node_tx *tx; in ZTEST() 511 struct node_tx *tx; in ZTEST() 579 struct node_tx *tx; in ZTEST() 639 struct node_tx *tx; in ZTEST() 698 struct node_tx *tx; in ZTEST() 760 struct node_tx *tx; in ZTEST()
|
/Zephyr-latest/tests/bluetooth/controller/common/include/ |
D | helper_util.h | 15 void event_tx_ack(struct ll_conn *conn, struct node_tx *tx); 37 struct ll_conn *conn, struct node_tx **tx_ref, void *param);
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_conn_update/src/ |
D | main.c | 244 struct node_tx *tx; in ZTEST() 380 struct node_tx *tx; in ZTEST() 617 struct node_tx *tx; in ZTEST() 687 struct node_tx *tx; in ZTEST() 755 struct node_tx *tx; in ZTEST() 832 struct node_tx *tx; in ZTEST() 958 struct node_tx *tx; in ZTEST() 1076 struct node_tx *tx; in ZTEST() 1194 struct node_tx *tx; in ZTEST() 1346 struct node_tx *tx; in ZTEST() [all …]
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_feature_exchange/src/ |
D | main.c | 93 struct node_tx *tx; in ZTEST() 202 struct node_tx *tx; in ZTEST() 320 struct node_tx *tx; in ZTEST() 391 struct node_tx *tx; in ZTEST() 448 struct node_tx *tx; in ZTEST() 491 struct node_tx *tx; in ZTEST()
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_cte_req/src/ |
D | main.c | 94 struct node_tx *tx; in ZTEST() 169 struct node_tx *tx; in ZTEST() 238 struct node_tx *tx; in ZTEST() 307 struct node_tx *tx; in ZTEST() 386 struct node_tx *tx; in ZTEST() 465 struct node_tx *tx; in ZTEST() 536 struct node_tx *tx; in ZTEST() 608 struct node_tx *tx; in ZTEST() 686 struct node_tx *tx; in test_cte_req_ll_unknown_rsp_local() 839 struct node_tx *tx = NULL; in run_local_cte_req() [all …]
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_phy_update/src/ |
D | main.c | 118 struct node_tx *tx; in ZTEST() 263 struct node_tx *tx; in ZTEST() 317 struct node_tx *tx; in ZTEST() 379 struct node_tx *tx; in ZTEST() 493 struct node_tx *tx; in ZTEST() 591 struct node_tx *tx; in ZTEST() 676 struct node_tx *tx; in ZTEST() 776 struct node_tx *tx; in ZTEST() 841 struct node_tx *tx; in ZTEST() 898 struct node_tx *tx; in ZTEST() [all …]
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_cis_create/src/ |
D | main.c | 164 struct node_tx *tx; in ZTEST() 304 struct node_tx *tx; in ZTEST() 381 struct node_tx *tx; in ZTEST() 493 struct node_tx *tx; in ZTEST() 636 struct node_tx *tx; in ZTEST() 788 struct node_tx *tx; in ZTEST()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/ |
D | lll_conn.c | 42 struct node_tx **tx_release, uint8_t *is_rx_enqueue); 119 struct node_tx *tx_release = NULL; in lll_conn_isr_rx() 495 struct node_tx *tx; in lll_conn_pdu_tx_prep() 642 struct node_tx **tx_release, uint8_t *is_rx_enqueue) in isr_rx_pdu() 646 struct node_tx *tx; in isr_rx_pdu()
|