Home
last modified time | relevance | path

Searched defs:expected (Results 1 – 23 of 23) sorted by relevance

/dpdk/app/test/
H A Dtest_telemetry_json.c14 const char *expected = "[\"meaning of life\",42]"; in test_basic_array() local
36 const char *expected = "{\"weddings\":4,\"funerals\":1}"; in test_basic_obj() local
56 const char *expected = "[\"Arsenal\",\"Chelsea\"]"; in test_overflow_array() local
78 const char *expected = "{\"Italy\":20,\"Wales\":61}"; in test_overflow_obj() local
99 const char *expected = "ABC"; in test_large_array_element() local
114 const char *expected = "XYZ"; in test_large_obj_element() local
H A Dtest_kvargs.c65 unsigned int expected; in test_valid_kvargs() member
H A Dtest_common.c272 int expected, rc; in test_fls() local
H A Dtest_atomic.c266 rte_int128_t expected; in test_atomic128_cmp_exchange() local
H A Dtest_telemetry_data.c49 test_output(const char *func_name, const char *expected) in test_output()
H A Dtest_table.h83 #define VERIFY_TRAFFIC(ring, sent, expected) do { \ argument
H A Dtest_cryptodev_security_ipsec.c713 test_ipsec_ttl_or_hop_decrement_verify(void *received, void *expected) in test_ipsec_ttl_or_hop_decrement_verify()
/dpdk/lib/eal/include/generic/
H A Drte_pause.h86 rte_wait_until_equal_16(volatile uint16_t *addr, uint16_t expected, in rte_wait_until_equal_16()
96 rte_wait_until_equal_32(volatile uint32_t *addr, uint32_t expected, in rte_wait_until_equal_32()
106 rte_wait_until_equal_64(volatile uint64_t *addr, uint64_t expected, in rte_wait_until_equal_64()
133 #define RTE_WAIT_UNTIL_MASKED(addr, mask, cond, expected, memorder) do { \ argument
H A Drte_mcslock.h146 rte_mcslock_t *expected = NULL; in rte_mcslock_trylock() local
/dpdk/lib/eal/arm/include/
H A Drte_pause_64.h127 rte_wait_until_equal_16(volatile uint16_t *addr, uint16_t expected, in rte_wait_until_equal_16()
146 rte_wait_until_equal_32(volatile uint32_t *addr, uint32_t expected, in rte_wait_until_equal_32()
165 rte_wait_until_equal_64(volatile uint64_t *addr, uint64_t expected, in rte_wait_until_equal_64()
183 #define RTE_WAIT_UNTIL_MASKED(addr, mask, cond, expected, memorder) do { \ argument
H A Drte_atomic_64.h116 rte_int128_t expected = *exp; in rte_atomic128_cmp_exchange() local
/dpdk/lib/eal/common/
H A Deal_common_memalloc.c89 rte_iova_t cur, expected; in eal_memalloc_is_contig() local
112 rte_iova_t cur, expected; in eal_memalloc_is_contig() local
H A Deal_common_proc.c1270 uint8_t expected; in set_mp_status() local
/dpdk/doc/guides/howto/
H A Ddebug_troubleshoot.rst291 .. _dtg_distributor_worker:
/dpdk/drivers/raw/cnxk_gpio/
H A Dcnxk_gpio_selftest.c66 cnxk_gpio_validate_attr(char *attr, const char *expected) in cnxk_gpio_validate_attr()
/dpdk/drivers/net/bnxt/
H A Dbnxt_cpr.h142 bool expected, valid; in bnxt_cpr_cmp_valid() local
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_aso.c455 uint16_t expected = AGE_CANDIDATE; in mlx5_aso_age_action_update() local
H A Dmlx5_flow_dv.c324 struct mlx5_hlist *expected = NULL; in flow_dv_hlist_prepare() local
5430 struct mlx5_indexed_pool *expected = NULL; in flow_dv_modify_ipool_get() local
6299 uint16_t expected = AGE_CANDIDATE; in flow_dv_counter_remove_from_age() local
12155 uint16_t expected = AGE_CANDIDATE; in flow_dv_aso_age_remove_from_age() local
H A Dmlx5_flow.c8991 uint16_t expected = AGE_CANDIDATE; in mlx5_flow_aging_check() local
/dpdk/lib/efd/
H A Drte_efd.c431 efd_lookuptbl_t expected = in efd_search_hash() local
/dpdk/drivers/event/sw/
H A Dsw_evdev_selftest.c962 static const uint64_t expected[] = {3, 3, 0, 1, 0, 0, 4, 1}; in xstats_tests() local
/dpdk/drivers/net/bnx2x/
H A Dbnx2x.c10822 uint32_t expected, uint32_t poll_count)
H A Dbnx2x.h1859 reg_poll(struct bnx2x_softc *sc, uint32_t reg, uint32_t expected, int ms, int wait) in reg_poll()