| /dpdk/lib/eal/include/ |
| H A D | rte_debug.h | 47 #define RTE_ASSERT(exp) RTE_VERIFY(exp) argument 49 #define RTE_ASSERT(exp) do {} while (0) argument 51 #define RTE_VERIFY(exp) do { \ argument
|
| /dpdk/drivers/vdpa/sfc/ |
| H A D | sfc_vdpa_debug.h | 14 #define SFC_VDPA_ASSERT(exp) RTE_VERIFY(exp) argument 17 #define SFC_VDPA_ASSERT(exp) RTE_ASSERT(exp) argument
|
| /dpdk/drivers/common/sfc_efx/ |
| H A D | sfc_efx_debug.h | 23 #define SFC_EFX_ASSERT(exp) RTE_VERIFY(exp) argument 26 #define SFC_EFX_ASSERT(exp) RTE_ASSERT(exp) argument
|
| /dpdk/lib/eal/include/generic/ |
| H A D | rte_spinlock.h | 67 int exp = 0; rte_spinlock_lock() local 115 int exp = 0; rte_spinlock_trylock() local
|
| H A D | rte_atomic.h | 188 rte_atomic16_cmpset(volatile uint16_t *dst, uint16_t exp, uint16_t src); in rte_atomic16_cmpset() argument 473 rte_atomic32_cmpset(volatile uint32_t *dst, uint32_t exp, uint32_t src); in rte_atomic32_cmpset() argument 757 rte_atomic64_cmpset(volatile uint64_t * dst,uint64_t exp,uint64_t src) rte_atomic64_cmpset() argument [all...] |
| /dpdk/lib/eal/ppc/include/ |
| H A D | rte_atomic.h | 49 rte_atomic16_cmpset(volatile uint16_t *dst, uint16_t exp, uint16_t src) in rte_atomic16_cmpset() argument 91 rte_atomic32_cmpset(volatile uint32_t *dst, uint32_t exp, uint32_t src) in rte_atomic32_cmpset() argument 133 rte_atomic64_cmpset(volatile uint64_t *dst, uint64_t exp, uint64_t src) in rte_atomic64_cmpset() argument
|
| /dpdk/lib/eal/x86/include/ |
| H A D | rte_atomic_64.h | 27 rte_atomic64_cmpset(volatile uint64_t *dst, uint64_t exp, uint64_t src) in rte_atomic64_cmpset() 187 rte_int128_t *exp, in rte_atomic128_cmp_exchange()
|
| H A D | rte_atomic.h | 108 rte_atomic16_cmpset(volatile uint16_t * dst,uint16_t exp,uint16_t src) rte_atomic16_cmpset() argument 194 rte_atomic32_cmpset(volatile uint32_t * dst,uint32_t exp,uint32_t src) rte_atomic32_cmpset() argument
|
| H A D | rte_atomic_32.h | 25 rte_atomic64_cmpset(volatile uint64_t *dst, uint64_t exp, uint64_t src) in rte_atomic64_cmpset()
|
| /dpdk/examples/ipsec-secgw/ |
| H A D | parser.h | 19 APP_CHECK(exp,st,fmt,...) global() argument
|
| /dpdk/lib/eal/arm/include/ |
| H A D | rte_atomic_64.h | 97 rte_atomic128_cmp_exchange(rte_int128_t *dst, rte_int128_t *exp, in rte_atomic128_cmp_exchange() argument [all...] |
| /dpdk/app/test-compress-perf/ |
| H A D | comp_perf_test_throughput.c | 344 uint16_t exp = 0; in cperf_throughput_test_runner() local
|
| H A D | comp_perf_test_verify.c | 401 uint16_t exp = 0; in cperf_verify_test_runner() local
|
| H A D | comp_perf_test_cyclecount.c | 497 uint16_t exp = 0; in cperf_cyclecount_test_runner() local
|
| /dpdk/drivers/common/mlx5/ |
| H A D | mlx5_common.h | 100 #define MLX5_ASSERT(exp) RTE_VERIFY(exp) argument 106 #define MLX5_ASSERT(exp) RTE_ASSERT(exp) argument
|
| /dpdk/app/test/ |
| H A D | test_telemetry_data.c | 33 #define CHECK_OUTPUT(exp) check_output(__func__, "{\"" REQUEST_CMD "\":" exp "}") argument
|
| H A D | test_ring.c | 58 #define TEST_RING_VERIFY(exp, r, errst) do { \ argument
|
| /dpdk/lib/acl/ |
| H A D | acl_gen.c | 11 #define RTE_ACL_VERIFY(exp) do { \ argument
|
| /dpdk/drivers/net/ena/base/ |
| H A D | ena_com.c | 552 static void ena_delay_exponential_backoff_us(u32 exp, u32 delay_us) in ena_delay_exponential_backoff_us() 566 u32 exp = 0; in ena_com_wait_and_process_admin_cq_polling() local 995 u32 val, exp = 0; in wait_for_reset_state() local 1506 u32 exp = 0; in ena_com_wait_for_abort_completion() local
|
| /dpdk/drivers/net/bnx2x/ |
| H A D | ecore_sp.h | 201 #define ECORE_DBG_BREAK_IF(exp) \ argument 213 #define ECORE_BUG_ON(exp) \ argument
|