Home
last modified time | relevance | path

Searched refs:rte_eth_xstats_get_by_id (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/lib/librte_ethdev/
H A Dversion.map111 rte_eth_xstats_get_by_id;
H A Drte_ethdev.h2882 int rte_eth_xstats_get_by_id(uint16_t port_id, const uint64_t *ids,
H A Drte_ethdev.c3030 rte_eth_xstats_get_by_id(uint16_t port_id, const uint64_t *ids, in rte_eth_xstats_get_by_id() function
/f-stack/dpdk/doc/guides/prog_guide/
H A Dpoll_mode_drv.rst473 * ``rte_eth_xstats_get_by_id()``: Fills in an array of ``uint64_t`` values
522 if (len != rte_eth_xstats_get_by_id(port_id, NULL, values, len)) {
543 rte_eth_xstats_get_by_id(port_id, &id, &value, 1);
564 rte_eth_xstats_get_by_id(port_id, ids_array, value_array, APP_NUM_STATS);
577 IDs array parameter to ``rte_eth_xstats_get_by_id`` function.
/f-stack/dpdk/app/proc-info/
H A Dmain.c484 ret = rte_eth_xstats_get_by_id(port_id, ids, values, len); in nic_xstats_by_ids_display()
536 ret = rte_eth_xstats_get_by_id(port_id, NULL, values, len); in nic_xstats_display()
/f-stack/dpdk/doc/guides/nics/
H A Dfeatures.rst707 ``rte_eth_xstats_get_names``, ``rte_eth_xstats_get_by_id()``,