Home
last modified time | relevance | path

Searched defs:exp (Results 1 – 25 of 38) sorted by relevance

12

/dpdk/lib/eal/include/
H A Drte_debug.h47 #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 Dsfc_vdpa_debug.h14 #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 Dsfc_efx_debug.h23 #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 Dsfc_debug.h19 #define SFC_ASSERT(exp) RTE_VERIFY(exp) argument
22 #define SFC_ASSERT(exp) RTE_ASSERT(exp) argument
/dpdk/drivers/crypto/openssl/
H A Dopenssl_pmd_private.h157 struct exp { struct
158 BIGNUM *exp; argument
159 BIGNUM *mod;
160 BN_CTX *ctx;
H A Drte_openssl_pmd_ops.c929 BIGNUM *exp = BN_CTX_get(ctx); in openssl_set_asym_session_parameters() local
/dpdk/lib/eal/include/generic/
H A Drte_spinlock.h64 int exp = 0; in rte_spinlock_lock() local
108 int exp = 0; in rte_spinlock_trylock() local
H A Drte_atomic.h150 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 Dmlx4_utils.h55 #define MLX4_ASSERT(exp) RTE_VERIFY(exp) argument
70 #define MLX4_ASSERT(exp) RTE_ASSERT(exp) argument
/dpdk/lib/eal/ppc/include/
H A Drte_atomic.h50 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 Drte_atomic_64.h27 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 Drte_atomic.h102 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 Drte_atomic_32.h25 rte_atomic64_cmpset(volatile uint64_t *dst, uint64_t exp, uint64_t src) in rte_atomic64_cmpset()
/dpdk/examples/ipsec-secgw/
H A Dparser.h18 #define APP_CHECK(exp, st, fmt, ...) \ argument
/dpdk/lib/eal/arm/include/
H A Drte_atomic_64.h99 rte_atomic128_cmp_exchange(rte_int128_t *dst, rte_int128_t *exp, in rte_atomic128_cmp_exchange()
/dpdk/app/test/
H A Dtest_service_cores.c63 uint32_t exp = 0; in dummy_mt_unsafe_cb() local
90 uint32_t exp = 0; in dummy_mt_safe_cb() local
H A Dtest_telemetry_data.c24 #define TEST_OUTPUT(exp) test_output(__func__, exp) argument
/dpdk/app/test-compress-perf/
H A Dcomp_perf_test_throughput.c337 uint16_t exp = 0; in cperf_throughput_test_runner() local
H A Dcomp_perf_test_verify.c430 uint16_t exp = 0; in cperf_verify_test_runner() local
/dpdk/app/test-crypto-perf/
H A Dcperf_test_throughput.c281 uint16_t exp = 0; in cperf_throughput_test_runner() local
H A Dcperf_test_verify.c349 uint16_t exp = 0; in cperf_verify_test_runner() local
H A Dcperf_test_latency.c315 uint16_t exp = 0; in cperf_latency_test_runner() local
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_meter.c249 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 Dena_com.c540 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 Dmlx5_common.h99 #define MLX5_ASSERT(exp) RTE_VERIFY(exp) argument
105 #define MLX5_ASSERT(exp) RTE_ASSERT(exp) argument

12