Home
last modified time | relevance | path

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

/dpdk/drivers/net/netvsc/
H A Dhn_vf.c163 struct rte_eth_rxq_info rxinfo; in hn_setup_vf_queues() local
186 ret = rte_eth_rx_queue_info_get(dev->data->port_id, i, &rxinfo); in hn_setup_vf_queues()
196 ret = rte_eth_rx_queue_setup(port, i, rxinfo.nb_desc, 0, in hn_setup_vf_queues()
197 &rxinfo.conf, rx_queue->mb_pool); in hn_setup_vf_queues()