Home
last modified time | relevance | path

Searched defs:ids (Results 1 – 25 of 43) sorted by relevance

12

/dpdk/drivers/event/opdl/
H A Dopdl_evdev_xstats.c68 unsigned int *ids, unsigned int size) in opdl_xstats_get_names()
102 const unsigned int ids[], in opdl_xstats_get()
164 int16_t queue_port_id, const uint32_t ids[], in opdl_xstats_reset()
/dpdk/drivers/event/cnxk/
H A Dcnxk_eventdev_stats.c106 const unsigned int ids[], uint64_t values[], unsigned int n) in cnxk_sso_xstats_get()
173 int16_t queue_port_id, const uint32_t ids[], uint32_t n) in cnxk_sso_xstats_reset()
238 unsigned int *ids, unsigned int size) in cnxk_sso_xstats_get_names()
/dpdk/drivers/event/dsw/
H A Ddsw_xstats.c222 unsigned int *ids; member
251 unsigned int *ids, unsigned int capacity) in dsw_xstats_get_names()
279 const unsigned int ids[], uint64_t values[], unsigned int n) in dsw_xstats_dev_get()
294 const unsigned int ids[], uint64_t values[], unsigned int n) in dsw_xstats_port_get()
316 const unsigned int ids[], uint64_t values[], unsigned int n) in dsw_xstats_get()
/dpdk/drivers/event/sw/
H A Dsw_evdev_xstats.c396 unsigned int *ids, unsigned int size) in sw_xstats_get_names()
447 uint8_t queue_port_id, const unsigned int ids[], in sw_xstats_update()
512 const unsigned int ids[], uint64_t values[], unsigned int n) in sw_xstats_get()
559 const uint32_t ids[], uint32_t nb_ids) in sw_xstats_reset_queue()
580 const uint32_t ids[], uint32_t nb_ids) in sw_xstats_reset_port()
600 sw_xstats_reset_dev(struct sw_evdev *sw, const uint32_t ids[], uint32_t nb_ids) in sw_xstats_reset_dev()
622 const uint32_t ids[], in sw_xstats_reset()
H A Dsw_evdev_selftest.c94 uint32_t ids[XSTATS_MAX]; in xstats_print() local
865 uint32_t ids[XSTATS_MAX]; in xstats_tests() local
1162 uint32_t ids[XSTATS_MAX]; in xstats_id_abuse_tests() local
1381 uint32_t ids[XSTATS_MAX]; in xstats_brute_force() local
1456 uint32_t ids[XSTATS_MAX]; in xstats_id_reset_tests() local
/dpdk/drivers/event/dlb2/
H A Ddlb2_xstats.c669 unsigned int *ids, unsigned int size) in dlb2_eventdev_xstats_get_names()
720 uint8_t queue_port_id, const unsigned int ids[], in dlb2_xstats_update()
794 const unsigned int ids[], uint64_t values[], unsigned int n) in dlb2_eventdev_xstats_get()
879 const uint32_t ids[], uint32_t nb_ids) in dlb2_xstats_reset_queue()
901 const uint32_t ids[], uint32_t nb_ids) in dlb2_xstats_reset_port()
920 dlb2_xstats_reset_dev(struct dlb2_eventdev *dlb2, const uint32_t ids[], in dlb2_xstats_reset_dev()
945 const uint32_t ids[], in dlb2_eventdev_xstats_reset()
/dpdk/drivers/raw/ioat/
H A Dioat_common.c18 ioat_xstats_get(const struct rte_rawdev *dev, const unsigned int ids[], in ioat_xstats_get()
52 ioat_xstats_reset(struct rte_rawdev *dev, const uint32_t *ids, uint32_t nb_ids) in ioat_xstats_reset()
H A Dioat_rawdev_test.c601 unsigned int *ids = NULL; in ioat_rawdev_test() local
/dpdk/drivers/net/cnxk/
H A Dcnxk_stats.c230 const uint64_t *ids, in cnxk_nix_xstats_get_names_by_id()
264 cnxk_nix_xstats_get_by_id(struct rte_eth_dev *eth_dev, const uint64_t *ids, in cnxk_nix_xstats_get_by_id()
/dpdk/lib/rawdev/
H A Drte_rawdev.c283 const unsigned int ids[], in rte_rawdev_xstats_get()
315 const uint32_t ids[], uint32_t nb_ids) in rte_rawdev_xstats_reset()
566 unsigned int *ids; in handle_dev_xstats() local
/dpdk/drivers/net/sfc/
H A Dsfc_sw_stats.c292 const uint64_t *ids, in sfc_sw_xstat_get_names_by_id()
420 const uint64_t *ids, in sfc_sw_xstat_get_values_by_id()
559 const uint64_t *ids, in sfc_sw_xstats_get_vals_by_id()
590 const uint64_t *ids, in sfc_sw_xstats_get_names_by_id()
H A Dsfc_port.c679 sfc_port_get_mac_stats_by_id(struct sfc_adapter *sa, const uint64_t *ids, in sfc_port_get_mac_stats_by_id()
/dpdk/lib/regexdev/
H A Drte_regexdev.c482 rte_regexdev_xstats_get(uint8_t dev_id, const uint16_t *ids, in rte_regexdev_xstats_get()
527 rte_regexdev_xstats_reset(uint8_t dev_id, const uint16_t *ids, in rte_regexdev_xstats_reset()
/dpdk/lib/eventdev/
H A Drte_eventdev.c1147 unsigned int *ids, unsigned int size) in rte_event_dev_xstats_names_get()
1169 uint8_t queue_port_id, const unsigned int ids[], in rte_event_dev_xstats_get()
1203 const uint32_t ids[], uint32_t nb_ids) in rte_event_dev_xstats_reset()
1640 unsigned int *ids; in eventdev_build_telemetry_data() local
/dpdk/drivers/net/ionic/
H A Dionic_ethdev.c725 const uint64_t *ids, struct rte_eth_xstat_name *xstats_names, in ionic_dev_xstats_get_names_by_id()
781 ionic_dev_xstats_get_by_id(struct rte_eth_dev *eth_dev, const uint64_t *ids, in ionic_dev_xstats_get_by_id()
/dpdk/app/proc-info/
H A Dmain.c159 parse_xstats_ids(char *list, uint64_t *ids, int limit) { in parse_xstats_ids()
471 nic_xstats_by_ids_display(uint16_t port_id, uint64_t *ids, int len) in nic_xstats_by_ids_display()
/dpdk/drivers/bus/pci/windows/
H A Dpci.c294 int ids = 0; in parse_pci_hardware_id() local
/dpdk/drivers/net/failsafe/
H A Dfailsafe_ether.c213 uint64_t ids; in fs_eth_dev_conf_apply() local
/dpdk/lib/eal/common/
H A Drte_service.c412 uint32_t ids[RTE_MAX_LCORE] = {0}; in rte_service_may_be_active() local
553 uint32_t ids[RTE_MAX_LCORE] = {0}; in rte_service_start_with_defaults() local
/dpdk/lib/vhost/
H A Dvirtio_net.c348 uint16_t *ids) in vhost_flush_enqueue_batch_packed()
401 uint16_t *ids) in vhost_shadow_dequeue_batch_packed()
1362 uint16_t ids[PACKED_BATCH_SIZE]; in virtio_dev_rx_batch_packed_copy() local
2796 uint16_t *ids) in vhost_reserve_avail_batch_packed()
2871 uint16_t ids[PACKED_BATCH_SIZE]; in virtio_dev_tx_batch_packed() local
/dpdk/drivers/raw/ntb/
H A Dntb.c1210 const unsigned int ids[], in ntb_xstats_get()
1316 const uint32_t ids[], in ntb_xstats_reset()
/dpdk/drivers/net/hns3/
H A Dhns3_stats.c1318 hns3_dev_xstats_get_by_id(struct rte_eth_dev *dev, const uint64_t *ids, in hns3_dev_xstats_get_by_id()
1397 const uint64_t *ids, in hns3_dev_xstats_get_names_by_id()
/dpdk/examples/ntb/
H A Dntb_fwd.c864 uint32_t *ids; in ntb_stats_clear() local
919 uint32_t *ids; in ntb_stats_display() local
/dpdk/drivers/net/dpaa/
H A Ddpaa_ethdev.c773 dpaa_xstats_get_by_id(struct rte_eth_dev *dev, const uint64_t *ids, in dpaa_xstats_get_by_id()
811 const uint64_t *ids, in dpaa_xstats_get_names_by_id()
/dpdk/drivers/net/axgbe/
H A Daxgbe_ethdev.c1049 axgbe_dev_xstats_get_by_id(struct rte_eth_dev *dev, const uint64_t *ids, in axgbe_dev_xstats_get_by_id()
1085 const uint64_t *ids, in axgbe_dev_xstats_get_names_by_id()

12