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.c217 struct node_tx_iso *node_tx; in prepare_cb() local
573 struct node_tx_iso *node_tx; in isr_tx() local
837 struct node_tx_iso *node_tx; in isr_rx() local
958 struct node_tx_iso *node_tx; in isr_prepare_subevent() local
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_iso.c1071 static isoal_status_t ll_iso_test_pdu_release(struct node_tx_iso *node_tx, in ll_iso_test_pdu_release()
1409 void ll_iso_tx_mem_release(void *node_tx) 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()
1465 void ull_iso_lll_ack_enqueue(uint16_t handle, struct node_tx_iso *node_tx) in ull_iso_lll_ack_enqueue()
1816 struct node_tx_iso *node_tx; in ll_iso_pdu_alloc() local
1880 static isoal_status_t ll_iso_pdu_emit(struct node_tx_iso *node_tx, in ll_iso_pdu_emit()
1903 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.c1801 void ll_tx_ack_put(uint16_t handle, struct node_tx *node_tx) in ll_tx_ack_put()
2556 struct node_tx *node_tx; in rx_demux() local
2581 struct node_tx *node_tx; in rx_demux() local
2614 struct node_tx *node_tx; in rx_demux_yield() local
2767 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.c5807 struct node_tx *node_tx; local