Home
last modified time | relevance | path

Searched refs:RTE_EVENT_DEV_XSTATS_PORT (Results 1 – 8 of 8) sorted by relevance

/dpdk/drivers/event/cnxk/
H A Dcnxk_eventdev_stats.c123 case RTE_EVENT_DEV_XSTATS_PORT: in cnxk_sso_xstats_get()
190 case RTE_EVENT_DEV_XSTATS_PORT: in cnxk_sso_xstats_reset()
262 case RTE_EVENT_DEV_XSTATS_PORT: in cnxk_sso_xstats_get_names()
/dpdk/drivers/event/sw/
H A Dsw_evdev_xstats.c291 .mode = RTE_EVENT_DEV_XSTATS_PORT, in sw_xstats_init()
306 .mode = RTE_EVENT_DEV_XSTATS_PORT, in sw_xstats_init()
409 case RTE_EVENT_DEV_XSTATS_PORT: in sw_xstats_get_names()
462 case RTE_EVENT_DEV_XSTATS_PORT: in sw_xstats_update()
589 RTE_EVENT_DEV_XSTATS_PORT, port_id, in sw_xstats_reset_port()
633 case RTE_EVENT_DEV_XSTATS_PORT: in sw_xstats_reset()
H A Dsw_evdev_selftest.c123 RTE_EVENT_DEV_XSTATS_PORT, 0, in xstats_print()
126 RTE_EVENT_DEV_XSTATS_PORT, 1, in xstats_print()
890 RTE_EVENT_DEV_XSTATS_PORT, 0, in xstats_tests()
897 RTE_EVENT_DEV_XSTATS_PORT, 0, in xstats_tests()
995 RTE_EVENT_DEV_XSTATS_PORT, 0, in xstats_tests()
999 ret = rte_event_dev_xstats_get(evdev, RTE_EVENT_DEV_XSTATS_PORT, in xstats_tests()
1035 ret = rte_event_dev_xstats_reset(evdev, RTE_EVENT_DEV_XSTATS_PORT, in xstats_tests()
1056 RTE_EVENT_DEV_XSTATS_PORT, in xstats_tests()
1186 RTE_EVENT_DEV_XSTATS_PORT, in xstats_id_abuse_tests()
1557 RTE_EVENT_DEV_XSTATS_PORT, PORT, in xstats_id_reset_tests()
[all …]
/dpdk/drivers/event/dsw/
H A Ddsw_xstats.c210 fn(xstats_name, RTE_EVENT_DEV_XSTATS_PORT, port_id, in dsw_xstats_port_foreach()
265 case RTE_EVENT_DEV_XSTATS_PORT: in dsw_xstats_get_names()
321 case RTE_EVENT_DEV_XSTATS_PORT: in dsw_xstats_get()
/dpdk/drivers/event/dlb2/
H A Ddlb2_xstats.c617 .mode = RTE_EVENT_DEV_XSTATS_PORT, in dlb2_xstats_init()
681 case RTE_EVENT_DEV_XSTATS_PORT: in dlb2_eventdev_xstats_get_names()
731 case RTE_EVENT_DEV_XSTATS_PORT: in dlb2_xstats_update()
909 RTE_EVENT_DEV_XSTATS_PORT, port_id, in dlb2_xstats_reset_port()
957 case RTE_EVENT_DEV_XSTATS_PORT: in dlb2_eventdev_xstats_reset()
/dpdk/drivers/event/opdl/
H A Dopdl_test.c504 RTE_EVENT_DEV_XSTATS_PORT, in check_statistics()
516 RTE_EVENT_DEV_XSTATS_PORT, in check_statistics()
524 RTE_EVENT_DEV_XSTATS_PORT, in check_statistics()
/dpdk/lib/eventdev/
H A Drte_eventdev.h1711 RTE_EVENT_DEV_XSTATS_PORT, enumerator
H A Drte_eventdev.c1745 mode = RTE_EVENT_DEV_XSTATS_PORT; in handle_port_xstats()