Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/event/octeontx2/
H A Dotx2_evdev_stats.h71 case RTE_EVENT_DEV_XSTATS_PORT: in otx2_sso_xstats_get()
128 if ((mode == RTE_EVENT_DEV_XSTATS_PORT) && dev->dual_ws) in otx2_sso_xstats_get()
160 case RTE_EVENT_DEV_XSTATS_PORT: in otx2_sso_xstats_reset()
218 if ((mode == RTE_EVENT_DEV_XSTATS_PORT) && dev->dual_ws) in otx2_sso_xstats_reset()
257 case RTE_EVENT_DEV_XSTATS_PORT: in otx2_sso_xstats_get_names()
/f-stack/dpdk/drivers/event/sw/
H A Dsw_evdev_xstats.c284 .mode = RTE_EVENT_DEV_XSTATS_PORT, in sw_xstats_init()
299 .mode = RTE_EVENT_DEV_XSTATS_PORT, in sw_xstats_init()
402 case RTE_EVENT_DEV_XSTATS_PORT: in sw_xstats_get_names()
455 case RTE_EVENT_DEV_XSTATS_PORT: in sw_xstats_update()
582 RTE_EVENT_DEV_XSTATS_PORT, port_id, in sw_xstats_reset_port()
626 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()
1555 RTE_EVENT_DEV_XSTATS_PORT, PORT, in xstats_id_reset_tests()
[all …]
/f-stack/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()
/f-stack/dpdk/drivers/event/dlb/
H A Ddlb_xstats.c540 .mode = RTE_EVENT_DEV_XSTATS_PORT, in dlb_xstats_init()
604 case RTE_EVENT_DEV_XSTATS_PORT: in dlb_eventdev_xstats_get_names()
655 case RTE_EVENT_DEV_XSTATS_PORT: in dlb_xstats_update()
834 RTE_EVENT_DEV_XSTATS_PORT, port_id, in dlb_xstats_reset_port()
882 case RTE_EVENT_DEV_XSTATS_PORT: in dlb_eventdev_xstats_reset()
/f-stack/dpdk/drivers/event/dlb2/
H A Ddlb2_xstats.c596 .mode = RTE_EVENT_DEV_XSTATS_PORT, in dlb2_xstats_init()
660 case RTE_EVENT_DEV_XSTATS_PORT: in dlb2_eventdev_xstats_get_names()
711 case RTE_EVENT_DEV_XSTATS_PORT: in dlb2_xstats_update()
889 RTE_EVENT_DEV_XSTATS_PORT, port_id, in dlb2_xstats_reset_port()
937 case RTE_EVENT_DEV_XSTATS_PORT: in dlb2_eventdev_xstats_reset()
/f-stack/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()
/f-stack/dpdk/lib/librte_eventdev/
H A Drte_eventdev.h1880 RTE_EVENT_DEV_XSTATS_PORT, enumerator
H A Drte_eventdev.c1728 mode = RTE_EVENT_DEV_XSTATS_PORT; in handle_port_xstats()