Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/event/sw/
H A Dsw_evdev_selftest.c1002 static const uint64_t port_expected[] = { in xstats_tests() local
1018 if (ret != RTE_DIM(port_expected)) { in xstats_tests()
1021 __func__, __LINE__, ret, RTE_DIM(port_expected)); in xstats_tests()
1025 if (port_expected[i] != values[i]) { in xstats_tests()
1030 values[i], port_expected[i]); in xstats_tests()
1593 uint64_t port_expected[] = { in xstats_id_reset_tests() local
1623 if (RTE_DIM(port_expected) != NUM_PORT_STATS || in xstats_id_reset_tests()
1641 if (val != port_expected[i]) { in xstats_id_reset_tests()
1644 port_expected[i], id); in xstats_id_reset_tests()