Home
last modified time | relevance | path

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

/dpdk/drivers/net/ena/
H A Dena_ethdev.c678 tx_info = &tx_ring->tx_buffer_info[req_id]; in validate_tx_req_id()
881 rte_free(ring->tx_buffer_info); in ena_tx_queue_release()
886 ring->tx_buffer_info = NULL; in ena_tx_queue_release()
913 struct ena_tx_buffer *tx_buf = &ring->tx_buffer_info[i]; in ena_tx_queue_release_bufs()
1452 txq->tx_buffer_info = rte_zmalloc_socket("txq->tx_buffer_info", in ena_tx_queue_setup()
1456 if (!txq->tx_buffer_info) { in ena_tx_queue_setup()
1469 rte_free(txq->tx_buffer_info); in ena_tx_queue_setup()
1480 rte_free(txq->tx_buffer_info); in ena_tx_queue_setup()
1833 tx_buf = &tx_ring->tx_buffer_info[i]; in check_for_tx_completion_in_queue()
2955 tx_info = &tx_ring->tx_buffer_info[req_id]; in ena_xmit_mbuf()
[all …]
H A Dena_ethdev.h147 struct ena_tx_buffer *tx_buffer_info; /* contex of tx packet */ member