Lines Matching refs:tx_buffer_info
402 tx_info = &tx_ring->tx_buffer_info[req_id]; in validate_tx_req_id()
748 if (ring->tx_buffer_info) in ena_tx_queue_release()
749 rte_free(ring->tx_buffer_info); in ena_tx_queue_release()
755 ring->tx_buffer_info = NULL; in ena_tx_queue_release()
782 struct ena_tx_buffer *tx_buf = &ring->tx_buffer_info[i]; in ena_tx_queue_release_bufs()
1296 txq->tx_buffer_info = rte_zmalloc("txq->tx_buffer_info", in ena_tx_queue_setup()
1300 if (!txq->tx_buffer_info) { in ena_tx_queue_setup()
1310 rte_free(txq->tx_buffer_info); in ena_tx_queue_setup()
1320 rte_free(txq->tx_buffer_info); in ena_tx_queue_setup()
2497 tx_info = &tx_ring->tx_buffer_info[req_id]; in ena_xmit_mbuf()
2560 tx_info = &tx_ring->tx_buffer_info[req_id]; in ena_tx_cleanup()