| /dpdk/drivers/bus/dpaa/ |
| H A D | rte_dpaa_logs.h | 18 #define DPAA_BUS_HWWARN(cond, fmt, args...) \ argument 24 #define DPAA_BUS_HWWARN(cond, fmt, args...) do { } while (0) argument
|
| /dpdk/drivers/common/dpaax/ |
| H A D | dpaax_logs.h | 13 #define DPAAX_HWWARN(cond, fmt, args...) \ argument 19 #define DPAAX_HWWARN(cond, fmt, args...) do { } while (0) argument
|
| /dpdk/lib/hash/ |
| H A D | rte_cuckoo_hash.h | 24 #define RETURN_IF_TRUE(cond, retval) do { \ argument 29 #define RETURN_IF_TRUE(cond, retval) argument 33 #define ERR_IF_TRUE(cond, fmt, args...) do { \ argument 40 #define ERR_IF_TRUE(cond, fmt, args...) argument
|
| /dpdk/drivers/net/ena/ |
| H A D | ena_platform.h | 9 #define ena_assert_msg(cond, msg) \ argument
|
| /dpdk/drivers/raw/cnxk_bphy/ |
| H A D | cnxk_bphy_cgx_test.c | 15 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 D | rte_pause.h | 133 #define RTE_WAIT_UNTIL_MASKED(addr, mask, cond, expected, memorder) do { \ argument
|
| /dpdk/app/test/ |
| H A D | test_lpm6_perf.c | 29 #define TEST_LPM_ASSERT(cond) do { \ argument
|
| H A D | test_fib6_perf.c | 30 #define TEST_FIB_ASSERT(cond) do { \ argument
|
| H A D | test_hash_multiwriter.c | 23 #define RETURN_IF_ERROR(cond, str, ...) do { \ argument
|
| H A D | test_rcu_qsbr.c | 19 #define TEST_RCU_QSBR_RETURN_IF_ERROR(cond, str, ...) \ argument 29 #define TEST_RCU_QSBR_GOTO_IF_ERROR(label, cond, str, ...) \ argument
|
| H A D | test_hash.c | 47 #define RETURN_IF_ERROR(cond, str, ...) do { \ argument 55 #define RETURN_IF_ERROR_FBK(cond, str, ...) do { \ argument 63 #define RETURN_IF_ERROR_RCU_QSBR(cond, str, ...) do { \ argument
|
| H A D | test_fib_perf.c | 31 #define TEST_FIB_ASSERT(cond) do { \ argument
|
| H A D | test_lpm_perf.c | 45 #define TEST_LPM_ASSERT(cond) do { \ argument
|
| /dpdk/lib/eal/include/ |
| H A D | rte_test.h | 19 #define RTE_TEST_ASSERT(cond, msg, ...) do { \ argument
|
| /dpdk/lib/eal/arm/include/ |
| H A D | rte_pause_64.h | 183 #define RTE_WAIT_UNTIL_MASKED(addr, mask, cond, expected, memorder) do { \ argument
|
| /dpdk/drivers/common/dpaax/caamflib/ |
| H A D | rta.h | 561 #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 D | main.h | 27 #define TEST_ASSERT(cond, msg, ...) do { \ argument
|
| /dpdk/drivers/raw/ifpga/base/ |
| H A D | opae_osdep.h | 82 #define opae_readq_poll_timeout(addr, val, cond, invl, timeout)\ argument
|
| /dpdk/drivers/crypto/caam_jr/ |
| H A D | caam_jr_hw_specific.h | 33 #define SEC_ASSERT(cond, altRet, ...) do {\ argument 40 #define SEC_DP_ASSERT(cond, altRet, ...) do {\ argument 437 uint32_t cond:8; member
|
| /dpdk/lib/lpm/ |
| H A D | rte_lpm.h | 50 #define RTE_LPM_RETURN_IF_TRUE(cond, retval) do { \ argument
|
| /dpdk/lib/fib/ |
| H A D | rte_fib.c | 30 #define FIB_RETURN_IF_TRUE(cond, retval) do { \ argument
|
| H A D | rte_fib6.c | 30 #define FIB6_RETURN_IF_TRUE(cond, retval) do { \ argument
|
| /dpdk/drivers/net/ena/base/ |
| H A D | ena_plat_dpdk.h | 128 #define ENA_WARN(cond, dev, format, arg...) \ argument 147 pthread_cond_t cond; member
|
| /dpdk/lib/eal/common/ |
| H A D | malloc_mp.c | 62 pthread_cond_t cond; /**< variable we use to time out on this request */ member
|
| /dpdk/lib/kni/ |
| H A D | rte_kni.c | 35 #define KNI_MEM_CHECK(cond, fail) do { if (cond) goto fail; } while (0) argument
|