Home
last modified time | relevance | path

Searched defs:cond (Results 1 – 21 of 21) sorted by relevance

/dpdk/drivers/raw/cnxk_bphy/
H A Dcnxk_bphy_cgx_test.c15 cnxk_bphy_cgx_link_cond(uint16_t dev_id, unsigned int queue, int cond) in cnxk_bphy_cgx_link_cond()
/dpdk/lib/eal/include/generic/
H A Drte_pause.h128 RTE_WAIT_UNTIL_MASKED(addr,mask,cond,expected,memorder) global() argument
/dpdk/lib/eal/include/
H A Drte_test.h19 #define RTE_TEST_ASSERT(cond, msg, ...) do { \ argument
/dpdk/lib/hash/
H A Drte_cuckoo_hash.h26 #define RETURN_IF_TRUE(cond, retval) do { \ argument
31 #define RETURN_IF_TRUE(cond, retval) argument
/dpdk/app/test/
H A Dtest_hash_multiwriter.c23 #define RETURN_IF_ERROR(cond, str, ...) do { \ argument
H A Dtest_rcu_qsbr.c19 #define TEST_RCU_QSBR_RETURN_IF_ERROR(cond, str, ...) \ argument
29 #define TEST_RCU_QSBR_GOTO_IF_ERROR(label, cond, str, ...) \ argument
H A Dtest_lpm_perf.c37 #define TEST_LPM_ASSERT(cond) do { \ argument
H A Dtest_lpm.c16 #define TEST_LPM_ASSERT(cond) do { \ argument
H A Dtest_security.c56 #define MOCK_TEST_ASSERT(fail_counter, cond, msg, ...) do { \ argument
H A Dtest_pdcp.c34 #define ASSERT_TRUE_OR_GOTO(cond, mark, ...) do {\ argument
/dpdk/lib/eal/arm/include/
H A Drte_pause_64.h208 RTE_WAIT_UNTIL_MASKED(addr,mask,cond,expected,memorder) global() argument
/dpdk/drivers/common/dpaax/caamflib/
H A Drta.h561 #define JUMP(program, addr, jump_type, test_type, cond) \ argument
578 #define JUMP_INC(program, addr, test_type, cond, src_dst) \ argument
595 #define JUMP_DEC(program, addr, test_type, cond, src_dst) \ argument
/dpdk/app/test-bbdev/
H A Dmain.h27 #define TEST_ASSERT(cond, msg, ...) do { \ argument
/dpdk/lib/fib/
H A Drte_fib6.c33 FIB6_RETURN_IF_TRUE(cond,retval) global() argument
H A Drte_fib.c34 #define FIB_RETURN_IF_TRUE(cond, retval) do { \ argument
/dpdk/lib/lpm/
H A Drte_lpm.h52 #define RTE_LPM_RETURN_IF_TRUE(cond, retval) do { \ argument
/dpdk/lib/eal/common/
H A Dmalloc_mp.c64 pthread_cond_t cond; /**< variable we use to time out on this request */ member
H A Deal_common_proc.c89 pthread_cond_t cond; member
/dpdk/lib/bpf/
H A Dbpf_jit_arm64.c180 check_cond(uint8_t cond) in check_cond()
1074 emit_b_cond(struct a64_jit_ctx *ctx, uint8_t cond, int32_t imm19) in emit_b_cond()
/dpdk/lib/pipeline/
H A Drte_swx_pipeline_internal.h1657 thread_ip_inc_cond(struct thread *t, int cond) in thread_ip_inc_cond()
1669 thread_yield_cond(struct rte_swx_pipeline *p, int cond) in thread_yield_cond()
/dpdk/drivers/net/qede/base/
H A Decore_dev.c3248 u8 cond; in ecore_hw_init_pf_doorbell_bar() local