| /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/drivers/net/sfc/ |
| H A D | sfc_debug.h | 19 #define SFC_ASSERT(exp) RTE_VERIFY(exp) argument 22 #define SFC_ASSERT(exp) RTE_ASSERT(exp) argument
|
| /dpdk/drivers/crypto/openssl/ |
| H A D | openssl_pmd_private.h | 157 struct exp { struct 158 BIGNUM *exp; argument 159 BIGNUM *mod; 160 BN_CTX *ctx;
|
| H A D | rte_openssl_pmd_ops.c | 929 BIGNUM *exp = BN_CTX_get(ctx); in openssl_set_asym_session_parameters() local
|
| /dpdk/lib/eal/include/generic/ |
| H A D | rte_spinlock.h | 64 int exp = 0; in rte_spinlock_lock() local 108 int exp = 0; in rte_spinlock_trylock() local
|
| H A D | rte_atomic.h | 150 rte_atomic16_cmpset(volatile uint16_t *dst, uint16_t exp, uint16_t src) in rte_atomic16_cmpset() 433 rte_atomic32_cmpset(volatile uint32_t *dst, uint32_t exp, uint32_t src) in rte_atomic32_cmpset() 715 rte_atomic64_cmpset(volatile uint64_t *dst, uint64_t exp, uint64_t src) in rte_atomic64_cmpset()
|
| /dpdk/drivers/net/mlx4/ |
| H A D | mlx4_utils.h | 55 #define MLX4_ASSERT(exp) RTE_VERIFY(exp) argument 70 #define MLX4_ASSERT(exp) RTE_ASSERT(exp) argument
|
| /dpdk/lib/eal/ppc/include/ |
| H A D | rte_atomic.h | 50 rte_atomic16_cmpset(volatile uint16_t *dst, uint16_t exp, uint16_t src) in rte_atomic16_cmpset() 92 rte_atomic32_cmpset(volatile uint32_t *dst, uint32_t exp, uint32_t src) in rte_atomic32_cmpset() 134 rte_atomic64_cmpset(volatile uint64_t *dst, uint64_t exp, uint64_t src) in rte_atomic64_cmpset()
|
| /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() 188 rte_int128_t *exp, in rte_atomic128_cmp_exchange()
|
| H A D | rte_atomic.h | 102 rte_atomic16_cmpset(volatile uint16_t *dst, uint16_t exp, uint16_t src) in rte_atomic16_cmpset() 188 rte_atomic32_cmpset(volatile uint32_t *dst, uint32_t exp, uint32_t src) in rte_atomic32_cmpset()
|
| 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 | 18 #define APP_CHECK(exp, st, fmt, ...) \ argument
|
| /dpdk/lib/eal/arm/include/ |
| H A D | rte_atomic_64.h | 99 rte_atomic128_cmp_exchange(rte_int128_t *dst, rte_int128_t *exp, in rte_atomic128_cmp_exchange()
|
| /dpdk/app/test/ |
| H A D | test_service_cores.c | 63 uint32_t exp = 0; in dummy_mt_unsafe_cb() local 90 uint32_t exp = 0; in dummy_mt_safe_cb() local
|
| H A D | test_telemetry_data.c | 24 #define TEST_OUTPUT(exp) test_output(__func__, exp) argument
|
| /dpdk/app/test-compress-perf/ |
| H A D | comp_perf_test_throughput.c | 337 uint16_t exp = 0; in cperf_throughput_test_runner() local
|
| H A D | comp_perf_test_verify.c | 430 uint16_t exp = 0; in cperf_verify_test_runner() local
|
| /dpdk/app/test-crypto-perf/ |
| H A D | cperf_test_throughput.c | 281 uint16_t exp = 0; in cperf_throughput_test_runner() local
|
| H A D | cperf_test_verify.c | 349 uint16_t exp = 0; in cperf_verify_test_runner() local
|
| H A D | cperf_test_latency.c | 315 uint16_t exp = 0; in cperf_latency_test_runner() local
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow_meter.c | 249 mlx5_flow_meter_xir_man_exp_calc(int64_t xir, uint8_t *man, uint8_t *exp) in mlx5_flow_meter_xir_man_exp_calc() 288 mlx5_flow_meter_xbs_man_exp_calc(uint64_t xbs, uint8_t *man, uint8_t *exp) in mlx5_flow_meter_xbs_man_exp_calc() 325 uint8_t man, exp; in mlx5_flow_meter_param_fill() local
|
| /dpdk/drivers/net/ena/base/ |
| H A D | ena_com.c | 540 static void ena_delay_exponential_backoff_us(u32 exp, u32 delay_us) in ena_delay_exponential_backoff_us() 553 u32 exp = 0; in ena_com_wait_and_process_admin_cq_polling() local 976 u32 val, exp = 0; in wait_for_reset_state() local 1498 u32 exp = 0; in ena_com_wait_for_abort_completion() local
|
| /dpdk/drivers/common/mlx5/ |
| H A D | mlx5_common.h | 99 #define MLX5_ASSERT(exp) RTE_VERIFY(exp) argument 105 #define MLX5_ASSERT(exp) RTE_ASSERT(exp) argument
|