Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dvirtual_pmd.c54 struct virtual_ethdev_private *prv = eth_dev->data->dev_private; in virtual_ethdev_stop() local
58 while (rte_ring_dequeue(prv->rx_queue, &pkt) != -ENOENT) in virtual_ethdev_stop()
61 while (rte_ring_dequeue(prv->tx_queue, &pkt) != -ENOENT) in virtual_ethdev_stop()