| /dpdk/app/test/ |
| H A D | test_telemetry_json.c | 14 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 D | test_net_ether.c | 69 const struct rte_ether_addr expected = { in test_unformat_addr() local
|
| H A D | test_atomic.c | 266 rte_int128_t expected; in test_atomic128_cmp_exchange() local
|
| H A D | test_table.h | 83 #define VERIFY_TRAFFIC(ring, sent, expected) do { \ argument
|
| H A D | test_telemetry_data.c | 85 check_output(const char *func_name, const char *expected) in check_output()
|
| H A D | test_cryptodev_crosscheck.c | 804 buffers_compare(const uint8_t *expected, uint16_t expected_len, in buffers_compare()
|
| H A D | test_pdcp.c | 525 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 D | rte_pause.h | 80 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 D | rte_pause_64.h | 152 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 D | rte_atomic_64.h | 114 rte_int128_t expected = *exp; in rte_atomic128_cmp_exchange() local
|
| /dpdk/lib/eal/include/ |
| H A D | rte_mcslock.h | 150 rte_mcslock_t *expected = NULL; in rte_mcslock_trylock() local
|
| H A D | rte_stdatomic.h | 81 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 D | eal_common_memalloc.c | 90 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 D | eal_common_proc.c | 1280 uint8_t expected; in set_mp_status() local
|
| /dpdk/doc/guides/howto/ |
| H A D | debug_troubleshoot.rst | 291 .. _dtg_distributor_worker:
|
| /dpdk/drivers/raw/cnxk_gpio/ |
| H A D | cnxk_gpio_selftest.c | 66 cnxk_gpio_validate_attr(char *attr, const char *expected) in cnxk_gpio_validate_attr()
|
| /dpdk/lib/efd/ |
| H A D | rte_efd.c | 437 efd_lookuptbl_t expected = in efd_search_hash() local
|
| /dpdk/drivers/event/sw/ |
| H A D | sw_evdev_selftest.c | 963 static const uint64_t expected[] = {3, 3, 0, 1, 0, 0, 4, 1}; in xstats_tests() local
|
| /dpdk/lib/vhost/ |
| H A D | vhost.h | 917 bool expected = false; vhost_vring_inject_irq() local
|
| /dpdk/drivers/net/bnx2x/ |
| H A D | bnx2x.h | 1813 reg_poll(struct bnx2x_softc *sc, uint32_t reg, uint32_t expected, int ms, int wait) in reg_poll()
|