Home
last modified time | relevance | path

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

/dpdk/drivers/net/netvsc/
H A Dhn_vf.c162 struct rte_eth_txq_info txinfo; in hn_setup_vf_queues() local
167 ret = rte_eth_tx_queue_info_get(dev->data->port_id, i, &txinfo); in hn_setup_vf_queues()
175 ret = rte_eth_tx_queue_setup(port, i, txinfo.nb_desc, 0, in hn_setup_vf_queues()
176 &txinfo.conf); in hn_setup_vf_queues()