Searched refs:empty_tx_reqs (Results 1 – 2 of 2) sorted by relevance
142 uint16_t *empty_tx_reqs; member
883 rte_free(ring->empty_tx_reqs); in ena_tx_queue_release()885 ring->empty_tx_reqs = NULL; in ena_tx_queue_release()1293 ring->empty_tx_reqs[i] = i; in ena_create_io_queue()1462 txq->empty_tx_reqs = rte_zmalloc_socket("txq->empty_tx_reqs", in ena_tx_queue_setup()1466 if (!txq->empty_tx_reqs) { in ena_tx_queue_setup()1481 rte_free(txq->empty_tx_reqs); in ena_tx_queue_setup()1486 txq->empty_tx_reqs[i] = i; in ena_tx_queue_setup()2954 req_id = tx_ring->empty_tx_reqs[next_to_use]; in ena_xmit_mbuf()3038 tx_ring->empty_tx_reqs[next_to_clean] = req_id; in ena_tx_cleanup()