Home
last modified time | relevance | path

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

/dpdk/examples/ethtool/lib/
H A Drte_ethtool.c431 stat = rte_eth_rx_queue_info_get(port_id, 0, &rx_qinfo); in rte_ethtool_get_ringparam()
459 stat = rte_eth_rx_queue_info_get(port_id, 0, &rx_qinfo); in rte_ethtool_set_ringparam()
/dpdk/lib/ethdev/
H A Dversion.map96 rte_eth_rx_queue_info_get;
H A Drte_ethdev.h4686 int rte_eth_rx_queue_info_get(uint16_t port_id, uint16_t queue_id,
H A Drte_ethdev.c4948 rte_eth_rx_queue_info_get(uint16_t port_id, uint16_t queue_id, in rte_eth_rx_queue_info_get() function
/dpdk/lib/power/
H A Drte_power_pmd_mgmt.c385 int ret = rte_eth_rx_queue_info_get(port_id, queue_id, &qinfo); in queue_stopped()
/dpdk/drivers/net/netvsc/
H A Dhn_vf.c186 ret = rte_eth_rx_queue_info_get(dev->data->port_id, i, &rxinfo); in hn_setup_vf_queues()
/dpdk/app/proc-info/
H A Dmain.c810 ret = rte_eth_rx_queue_info_get(i, j, &queue_info); in show_port()
/dpdk/app/test-pmd/
H A Dconfig.c464 rc = rte_eth_rx_queue_info_get(port_id, queue_id, &qinfo); in rx_queue_infos_display()
3355 ret = rte_eth_rx_queue_info_get(port_id, rxq_id, &rx_qinfo); in get_rx_ring_size()
3642 rc = rte_eth_rx_queue_info_get(pid, qid, &rx_qinfo); in rxtx_config_display()