Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ena/
H A Dena_ethdev.h105 uint16_t *empty_tx_reqs; member
H A Dena_ethdev.c751 if (ring->empty_tx_reqs) in ena_tx_queue_release()
752 rte_free(ring->empty_tx_reqs); in ena_tx_queue_release()
754 ring->empty_tx_reqs = NULL; in ena_tx_queue_release()
1149 ring->empty_tx_reqs[i] = i; in ena_create_io_queue()
1305 txq->empty_tx_reqs = rte_zmalloc("txq->empty_tx_reqs", in ena_tx_queue_setup()
1308 if (!txq->empty_tx_reqs) { in ena_tx_queue_setup()
1321 rte_free(txq->empty_tx_reqs); in ena_tx_queue_setup()
1326 txq->empty_tx_reqs[i] = i; in ena_tx_queue_setup()
2496 req_id = tx_ring->empty_tx_reqs[next_to_use]; in ena_xmit_mbuf()
2566 tx_ring->empty_tx_reqs[next_to_clean] = req_id; in ena_tx_cleanup()