Searched refs:tx_buffer_info (Results 1 – 2 of 2) sorted by relevance
110 struct ena_tx_buffer *tx_buffer_info; /* contex of tx packet */ member
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()[all …]