Home
last modified time | relevance | path

Searched defs:node_tx (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/tests/bluetooth/controller/ctrl_isoal/src/
Disoal_test_debug.c149 void isoal_test_debug_print_tx_pdu(struct node_tx_iso *node_tx) 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()
Disoal_test_common.h69 struct node_tx_iso node_tx; member
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/ull/
Dull_iso_vendor.c71 void ll_data_path_tx_pdu_release(uint16_t handle, struct node_tx_iso *node_tx) in ll_data_path_tx_pdu_release()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_central_iso.c208 struct node_tx_iso *node_tx; in prepare_cb() local
577 struct node_tx_iso *node_tx; in isr_tx() local
844 struct node_tx_iso *node_tx; in isr_rx() local
967 struct node_tx_iso *node_tx; in isr_prepare_subevent() local
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_iso.c1069 static isoal_status_t ll_iso_test_pdu_release(struct node_tx_iso *node_tx, in ll_iso_test_pdu_release()
1407 void ll_iso_tx_mem_release(void *node_tx) in ll_iso_tx_mem_release()
1412 int ll_iso_tx_mem_enqueue(uint16_t handle, void *node_tx, void *link) in ll_iso_tx_mem_enqueue()
1463 void ull_iso_lll_ack_enqueue(uint16_t handle, struct node_tx_iso *node_tx) in ull_iso_lll_ack_enqueue()
1814 struct node_tx_iso *node_tx; in ll_iso_pdu_alloc() local
1878 static isoal_status_t ll_iso_pdu_emit(struct node_tx_iso *node_tx, in ll_iso_pdu_emit()
1901 static isoal_status_t ll_iso_pdu_release(struct node_tx_iso *node_tx, in ll_iso_pdu_release()
Dlll_conn.h22 struct node_tx { struct
23 union {
28 uint8_t pdu[];
Dull.c1804 void ll_tx_ack_put(uint16_t handle, struct node_tx *node_tx) in ll_tx_ack_put()
2559 struct node_tx *node_tx; in rx_demux() local
2584 struct node_tx *node_tx; in rx_demux() local
2617 struct node_tx *node_tx; in rx_demux_yield() local
2770 struct node_tx *node_tx) in rx_demux_conn_tx_ack()
Disoal.c1687 struct node_tx_iso *node_tx; in isoal_tx_pdu_emit() local
2861 struct node_tx_iso *node_tx) in isoal_tx_pdu_release()
/Zephyr-latest/tests/bluetooth/controller/ctrl_isoal/src/sub_sets/
Disoal_test_tx.c216 static isoal_status_t custom_source_pdu_emit_test(struct node_tx_iso *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()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c5842 struct node_tx *node_tx; local