Home
last modified time | relevance | path

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

/dpdk/drivers/net/ring/
H A Drte_eth_ring.c322 void **tx_queues_local = NULL; in do_eth_dev_ring_create() local
335 tx_queues_local = rte_calloc_socket(name, nb_tx_queues, in do_eth_dev_ring_create()
337 if (tx_queues_local == NULL) { in do_eth_dev_ring_create()
367 data->tx_queues = tx_queues_local; in do_eth_dev_ring_create()
404 rte_free(tx_queues_local); in do_eth_dev_ring_create()