Searched refs:rte_eth_rx_queue_info_get (Results 1 – 6 of 6) sorted by relevance
| /f-stack/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()
|
| /f-stack/dpdk/lib/librte_ethdev/ |
| H A D | version.map | 90 rte_eth_rx_queue_info_get;
|
| H A D | rte_ethdev.h | 4268 int rte_eth_rx_queue_info_get(uint16_t port_id, uint16_t queue_id,
|
| H A D | rte_ethdev.c | 4990 rte_eth_rx_queue_info_get(uint16_t port_id, uint16_t queue_id, in rte_eth_rx_queue_info_get() function
|
| /f-stack/dpdk/app/proc-info/ |
| H A D | main.c | 787 ret = rte_eth_rx_queue_info_get(i, j, &queue_info); in show_port()
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | config.c | 457 rc = rte_eth_rx_queue_info_get(port_id, queue_id, &qinfo); in rx_queue_infos_display() 2587 ret = rte_eth_rx_queue_info_get(port_id, rxq_id, &rx_qinfo); in get_rx_ring_size() 2874 rc = rte_eth_rx_queue_info_get(pid, qid, &rx_qinfo); in rxtx_config_display()
|