Searched refs:rte_eth_tx_queue_info_get (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/lib/librte_ethdev/ |
| H A D | version.map | 108 rte_eth_tx_queue_info_get;
|
| H A D | rte_ethdev.h | 4290 int rte_eth_tx_queue_info_get(uint16_t port_id, uint16_t queue_id,
|
| H A D | rte_ethdev.c | 5030 rte_eth_tx_queue_info_get(uint16_t port_id, uint16_t queue_id, in rte_eth_tx_queue_info_get() function
|
| /f-stack/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()
|
| /f-stack/dpdk/app/proc-info/ |
| H A D | main.c | 826 ret = rte_eth_tx_queue_info_get(i, j, &queue_info); in show_port()
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | config.c | 500 rc = rte_eth_tx_queue_info_get(port_id, queue_id, &qinfo); in tx_queue_infos_display() 2619 ret = rte_eth_tx_queue_info_get(port_id, txq_id, &tx_qinfo); in get_tx_ring_size() 2904 rc = rte_eth_tx_queue_info_get(pid, qid, &tx_qinfo); in rxtx_config_display()
|