Lines Matching refs:tx_node
2659 struct node_tx_iso *tx_node; in tx_cmplt_get() local
2679 tx_node = tx->node; in tx_cmplt_get()
2680 if (IS_NODE_TX_PTR(tx_node)) { in tx_cmplt_get()
2684 sdu_fragments = tx_node->sdu_fragments; in tx_cmplt_get()
2694 ll_iso_link_tx_release(tx_node->link); in tx_cmplt_get()
2695 ll_iso_tx_mem_release(tx_node); in tx_cmplt_get()
2700 sdu_fragments = NODE_TX_FRAGMENTS_GET(tx_node); in tx_cmplt_get()
2711 struct node_tx *tx_node; in tx_cmplt_get() local
2729 tx_node = tx->node; in tx_cmplt_get()
2730 p = (void *)tx_node->pdu; in tx_cmplt_get()
2731 if (!tx_node || in tx_cmplt_get()
2732 (IS_NODE_TX_PTR(tx_node) && in tx_cmplt_get()
2735 (!IS_NODE_TX_PTR(tx_node) && in tx_cmplt_get()
2736 IS_NODE_TX_DATA(tx_node))) { in tx_cmplt_get()
2747 if (IS_NODE_TX_PTR(tx_node)) { in tx_cmplt_get()
2748 ll_tx_mem_release(tx_node); in tx_cmplt_get()