Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull.c2656 struct node_tx_iso *tx_node; in tx_cmplt_get() local
2676 tx_node = tx->node; in tx_cmplt_get()
2677 if (IS_NODE_TX_PTR(tx_node)) { in tx_cmplt_get()
2681 sdu_fragments = tx_node->sdu_fragments; in tx_cmplt_get()
2691 ll_iso_link_tx_release(tx_node->link); in tx_cmplt_get()
2692 ll_iso_tx_mem_release(tx_node); in tx_cmplt_get()
2697 sdu_fragments = NODE_TX_FRAGMENTS_GET(tx_node); in tx_cmplt_get()
2708 struct node_tx *tx_node; in tx_cmplt_get() local
2726 tx_node = tx->node; in tx_cmplt_get()
2727 p = (void *)tx_node->pdu; in tx_cmplt_get()
[all …]