Home
last modified time | relevance | path

Searched defs:expected (Results 1 – 20 of 20) 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
98 const char *expected = "ABC"; in test_large_array_element() local
115 const char *expected = "XYZ"; in test_large_obj_element() local
131 const char *expected = "\"A string across\\ntwo lines and \\\"with quotes\\\"!\""; in test_string_char_escaping() local
149 const char *expected = "[\"meaning\\tof \\\"life\\\"\\n\",\"\\\"all the fish\\\"\"]"; in test_array_char_escaping() local
169 const char *expected = "{\"good\":\"Clint Eastwood\\n\"," in test_obj_char_escaping() local
H A Dtest_net_ether.c69 const struct rte_ether_addr expected = { in test_unformat_addr() local
H A Dtest_atomic.c266 rte_int128_t expected; in test_atomic128_cmp_exchange() local
H A Dtest_table.h83 #define VERIFY_TRAFFIC(ring, sent, expected) do { \ argument
H A Dtest_telemetry_data.c85 check_output(const char *func_name, const char *expected) in check_output()
H A Dtest_cryptodev_crosscheck.c804 buffers_compare(const uint8_t *expected, uint16_t expected_len, in buffers_compare()
H A Dtest_pdcp.c525 pdcp_known_vec_verify(struct rte_mbuf *m, const uint8_t *expected, uint32_t expected_pkt_len) in pdcp_known_vec_verify()
880 const uint8_t *data, *expected; in create_test_conf_from_index() local
/dpdk/lib/eal/include/generic/
H A Drte_pause.h80 rte_wait_until_equal_16(volatile uint16_t * addr,uint16_t expected,rte_memory_order memorder) rte_wait_until_equal_16() argument
91 rte_wait_until_equal_32(volatile uint32_t * addr,uint32_t expected,rte_memory_order memorder) rte_wait_until_equal_32() argument
102 rte_wait_until_equal_64(volatile uint64_t * addr,uint64_t expected,rte_memory_order memorder) rte_wait_until_equal_64() argument
128 RTE_WAIT_UNTIL_MASKED(addr,mask,cond,expected,memorder) global() argument
[all...]
/dpdk/lib/eal/arm/include/
H A Drte_pause_64.h152 rte_wait_until_equal_16(volatile uint16_t * addr,uint16_t expected,rte_memory_order memorder) rte_wait_until_equal_16() argument
171 rte_wait_until_equal_32(volatile uint32_t * addr,uint32_t expected,rte_memory_order memorder) rte_wait_until_equal_32() argument
190 rte_wait_until_equal_64(volatile uint64_t * addr,uint64_t expected,rte_memory_order memorder) rte_wait_until_equal_64() argument
208 RTE_WAIT_UNTIL_MASKED(addr,mask,cond,expected,memorder) global() argument
[all...]
H A Drte_atomic_64.h114 rte_int128_t expected = *exp; in rte_atomic128_cmp_exchange() local
/dpdk/lib/eal/include/
H A Drte_mcslock.h150 rte_mcslock_t *expected = NULL; in rte_mcslock_trylock() local
H A Drte_stdatomic.h81 rte_atomic_compare_exchange_strong_explicit(ptr,expected,desired,succ_memorder,fail_memorder) global() argument
86 rte_atomic_compare_exchange_weak_explicit(ptr,expected,desired,succ_memorder,fail_memorder) global() argument
/dpdk/lib/eal/common/
H A Deal_common_memalloc.c90 rte_iova_t cur, expected; in eal_memalloc_is_contig() local
113 rte_iova_t cur, expected; in eal_memalloc_is_contig() local
H A Deal_common_proc.c1280 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/lib/efd/
H A Drte_efd.c437 efd_lookuptbl_t expected = in efd_search_hash() local
/dpdk/drivers/event/sw/
H A Dsw_evdev_selftest.c963 static const uint64_t expected[] = {3, 3, 0, 1, 0, 0, 4, 1}; in xstats_tests() local
/dpdk/lib/vhost/
H A Dvhost.h917 bool expected = false; vhost_vring_inject_irq() local
/dpdk/drivers/net/bnx2x/
H A Dbnx2x.h1813 reg_poll(struct bnx2x_softc *sc, uint32_t reg, uint32_t expected, int ms, int wait) in reg_poll()