Searched refs:rte_eth_xstats_get_by_id (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/lib/librte_ethdev/ |
| H A D | version.map | 111 rte_eth_xstats_get_by_id;
|
| H A D | rte_ethdev.h | 2882 int rte_eth_xstats_get_by_id(uint16_t port_id, const uint64_t *ids,
|
| H A D | rte_ethdev.c | 3030 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 D | poll_mode_drv.rst | 473 * ``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 D | main.c | 484 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 D | features.rst | 707 ``rte_eth_xstats_get_names``, ``rte_eth_xstats_get_by_id()``,
|