Searched refs:rte_eth_rx_queue_info_get (Results 1 – 8 of 8) sorted by relevance
| /dpdk/examples/ethtool/lib/ |
| H A D | rte_ethtool.c | 431 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 D | version.map | 96 rte_eth_rx_queue_info_get;
|
| H A D | rte_ethdev.h | 4686 int rte_eth_rx_queue_info_get(uint16_t port_id, uint16_t queue_id,
|
| H A D | rte_ethdev.c | 4948 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 D | rte_power_pmd_mgmt.c | 385 int ret = rte_eth_rx_queue_info_get(port_id, queue_id, &qinfo); in queue_stopped()
|
| /dpdk/drivers/net/netvsc/ |
| H A D | hn_vf.c | 186 ret = rte_eth_rx_queue_info_get(dev->data->port_id, i, &rxinfo); in hn_setup_vf_queues()
|
| /dpdk/app/proc-info/ |
| H A D | main.c | 810 ret = rte_eth_rx_queue_info_get(i, j, &queue_info); in show_port()
|
| /dpdk/app/test-pmd/ |
| H A D | config.c | 464 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()
|