Home
last modified time | relevance | path

Searched refs:rte_eth_dev_set_tx_queue_stats_mapping (Results 1 – 5 of 5) sorted by relevance

/dpdk/lib/ethdev/
H A Dversion.map61 rte_eth_dev_set_tx_queue_stats_mapping;
H A Drte_ethdev.h3302 int rte_eth_dev_set_tx_queue_stats_mapping(uint16_t port_id,
H A Drte_ethdev.c3057 rte_eth_dev_set_tx_queue_stats_mapping(uint16_t port_id, uint16_t tx_queue_id, in rte_eth_dev_set_tx_queue_stats_mapping() function
/dpdk/doc/guides/nics/
H A Dfeatures.rst727 ``rte_eth_dev_set_tx_queue_stats_mapping()``.
/dpdk/app/test-pmd/
H A Dconfig.c5540 ret = rte_eth_dev_set_tx_queue_stats_mapping(port_id, queue_id, in set_qmap()