Searched refs:rte_eth_tx_queue_info_get (Results 1 – 8 of 8) sorted by relevance
| /dpdk/lib/ethdev/ |
| H A D | version.map | 115 rte_eth_tx_queue_info_get;
|
| H A D | rte_ethdev.h | 4708 int rte_eth_tx_queue_info_get(uint16_t port_id, uint16_t queue_id,
|
| H A D | rte_ethdev.c | 4993 rte_eth_tx_queue_info_get(uint16_t port_id, uint16_t queue_id, in rte_eth_tx_queue_info_get() function
|
| /dpdk/examples/ethtool/lib/ |
| H A D | rte_ethtool.c | 435 stat = rte_eth_tx_queue_info_get(port_id, 0, &tx_qinfo); in rte_ethtool_get_ringparam()
|
| /dpdk/drivers/net/netvsc/ |
| H A D | hn_vf.c | 167 ret = rte_eth_tx_queue_info_get(dev->data->port_id, i, &txinfo); in hn_setup_vf_queues()
|
| /dpdk/app/proc-info/ |
| H A D | main.c | 849 ret = rte_eth_tx_queue_info_get(i, j, &queue_info); in show_port()
|
| /dpdk/app/test-pmd/ |
| H A D | config.c | 508 rc = rte_eth_tx_queue_info_get(port_id, queue_id, &qinfo); in tx_queue_infos_display() 3387 ret = rte_eth_tx_queue_info_get(port_id, txq_id, &tx_qinfo); in get_tx_ring_size() 3677 rc = rte_eth_tx_queue_info_get(pid, qid, &tx_qinfo); in rxtx_config_display()
|
| H A D | cmdline.c | 2488 if (rte_eth_tx_queue_info_get(port_id, queue_id, &qinfo)) { in cmd_cleanup_txq_mbufs_parsed()
|