| /dpdk/lib/eal/include/ |
| H A D | rte_function_versioning.h | 47 #define VERSION_SYMBOL(b, e, n) __asm__(".symver " RTE_STR(b) RTE_STR(e) ", " RTE_STR(b) "@DPDK_" R… argument 55 #define VERSION_SYMBOL_EXPERIMENTAL(b, e) __asm__(".symver " RTE_STR(b) RTE_STR(e) ", " RTE_STR(b) … argument 62 #define BIND_DEFAULT_SYMBOL(b, e, n) __asm__(".symver " RTE_STR(b) RTE_STR(e) ", " RTE_STR(b) "@@DP… argument 89 #define VERSION_SYMBOL(b, e, n) argument 90 #define VERSION_SYMBOL_EXPERIMENTAL(b, e) argument 92 #define BIND_DEFAULT_SYMBOL(b, e, n) argument
|
| H A D | rte_test.h | 28 #define RTE_TEST_ASSERT_EQUAL(a, b, msg, ...) \ argument 31 #define RTE_TEST_ASSERT_NOT_EQUAL(a, b, msg, ...) \ argument
|
| H A D | rte_version.h | 23 #define RTE_VERSION_NUM(a,b,c,d) ((a) << 24 | (b) << 16 | (c) << 8 | (d)) argument
|
| H A D | rte_uuid.h | 29 #define RTE_UUID_INIT(a, b, c, d, e) { \ argument
|
| H A D | rte_common.h | 624 RTE_MIN(a,b) global() argument 638 RTE_MIN_T(a,b,t) global() argument 644 RTE_MAX(a,b) global() argument 658 RTE_MAX_T(a,b,t) global() argument 697 RTE_SWAP(a,b) global() argument [all...] |
| /dpdk/lib/reorder/ |
| H A D | rte_reorder.c | 69 rte_reorder_init(struct rte_reorder_buffer *b, unsigned int bufsize, in rte_reorder_init() 133 struct rte_reorder_buffer *b, *nb; in rte_reorder_entry_insert() local 160 struct rte_reorder_buffer *b = NULL; in rte_reorder_create() local 214 rte_reorder_reset(struct rte_reorder_buffer *b) in rte_reorder_reset() 225 rte_reorder_free_mbufs(struct rte_reorder_buffer *b) in rte_reorder_free_mbufs() 237 rte_reorder_free(struct rte_reorder_buffer *b) in rte_reorder_free() 273 struct rte_reorder_buffer *b = NULL; in rte_reorder_find_existing() local 301 rte_reorder_fill_overflow(struct rte_reorder_buffer *b, unsigned n) in rte_reorder_fill_overflow() 352 rte_reorder_insert(struct rte_reorder_buffer *b, struct rte_mbuf *mbuf) in rte_reorder_insert() 418 rte_reorder_drain(struct rte_reorder_buffer *b, struct rte_mbuf **mbufs, in rte_reorder_drain() [all …]
|
| /dpdk/app/test/ |
| H A D | test_reorder.c | 25 struct rte_reorder_buffer *b; member 38 struct rte_reorder_buffer *b = NULL; in test_reorder_create() local 58 struct rte_reorder_buffer *b = NULL; in test_reorder_init() local 94 struct rte_reorder_buffer *b = NULL; in test_reorder_find_existing() local 133 struct rte_reorder_buffer *b = NULL; in test_reorder_insert() local 219 struct rte_reorder_buffer *b = NULL; in test_reorder_drain() local 331 buffer_to_reorder_move(struct rte_mbuf **mbuf, struct rte_reorder_buffer *b) in buffer_to_reorder_move() 341 struct rte_reorder_buffer *b = NULL; in test_reorder_drain_up_to_seqn() local 424 struct rte_reorder_buffer *b = NULL; in test_reorder_set_seqn() local
|
| H A D | test_seqlock.c | 19 alignas(RTE_CACHE_LINE_SIZE) uint64_t b; member 88 uint64_t b; in reader_run() local
|
| /dpdk/lib/eal/windows/include/ |
| H A D | sched.h | 24 #define _NUM_SETS(b) (((b) + _BIT_SET_MASK) / _BITS_PER_SET) argument 25 #define _WHICH_SET(b) ((b) / _BITS_PER_SET) argument 26 #define _WHICH_BIT(b) ((b) & (_BITS_PER_SET - 1)) argument 33 #define CPU_SET(b, s) ((s)->_bits[_WHICH_SET(b)] |= (1LL << _WHICH_BIT(b))) argument 43 #define CPU_ISSET(b, s) (((s)->_bits[_WHICH_SET(b)] & \ argument
|
| H A D | getopt.h | 42 #define getopt(a, b, c) usual_getopt(a, b, c) argument 43 #define getopt_long(a, b, c, d, e) usual_getopt_long(a, b, c, d, e) argument
|
| /dpdk/lib/sched/ |
| H A D | rte_sched_common.h | 52 rte_get_gcd64(uint64_t a, uint64_t b) in rte_get_gcd64() argument 80 rte_get_gcd(uint32_t a,uint32_t b) rte_get_gcd() argument 91 rte_get_lcd(uint32_t a,uint32_t b) rte_get_lcd() argument [all...] |
| H A D | rte_approx.c | 22 less(uint32_t a, uint32_t b, uint32_t c, uint32_t d) in less() 28 less_or_equal(uint32_t a, uint32_t b, uint32_t c, uint32_t d) in less_or_equal() 35 matches(uint32_t a, uint32_t b, in matches() 171 less_64(uint64_t a, uint64_t b, uint64_t c, uint64_t d) in less_64() 177 less_or_equal_64(uint64_t a, uint64_t b, uint64_t c, uint64_t d) in less_or_equal_64() 184 matches_64(uint64_t a, uint64_t b, in matches_64()
|
| /dpdk/lib/hash/ |
| H A D | rte_jhash.h | 48 #define __rte_jhash_mix(a, b, c) do { \ argument 57 __rte_jhash_final(a,b,c) global() argument 84 uint32_t a, b, c; __rte_jhash_2hashes() local 313 __rte_jhash_3words(uint32_t a,uint32_t b,uint32_t c,uint32_t initval) __rte_jhash_3words() argument 340 rte_jhash_3words(uint32_t a,uint32_t b,uint32_t c,uint32_t initval) rte_jhash_3words() argument 359 rte_jhash_2words(uint32_t a,uint32_t b,uint32_t initval) rte_jhash_2words() argument [all...] |
| /dpdk/drivers/net/bnxt/tf_core/ |
| H A D | lookup3.h | 59 #define mix(a, b, c) \ argument 93 #define final(a, b, c) \ argument 124 uint32_t a, b, c; in hashword() local
|
| /dpdk/drivers/common/sfc_efx/base/ |
| H A D | efx_hash.c | 95 uint32_t b; in efx_hash_dwords() local 144 uint32_t b; in efx_hash_bytes() local 227 uint32_t b; in efx_hash_bytes() local
|
| /dpdk/drivers/net/enic/base/ |
| H A D | vnic_rss.h | 12 uint8_t b[10]; member 21 uint8_t b[4]; member
|
| /dpdk/lib/table/ |
| H A D | rte_swx_table_learner.c | 255 table_bucket_key_get(struct table *t, struct table_bucket *b, size_t bucket_key_pos) in table_bucket_key_get() 261 table_bucket_data_get(struct table *t, struct table_bucket *b, size_t bucket_key_pos) in table_bucket_data_get() 268 table_entry_id_get(struct table *t, struct table_bucket *b, size_t bucket_key_pos) in table_entry_id_get() 379 struct table_bucket *b; in rte_swx_table_learner_lookup() local 400 struct table_bucket *b = m->bucket; in rte_swx_table_learner_lookup() local 456 struct table_bucket *b; in rte_swx_table_learner_rearm() local 480 struct table_bucket *b; in rte_swx_table_learner_rearm_new() local 506 struct table_bucket *b = m->bucket; in rte_swx_table_learner_add() local 579 struct table_bucket *b = m->bucket; in rte_swx_table_learner_delete() local
|
| /dpdk/examples/pipeline/ |
| H A D | thread.c | 76 struct block *b; in thread_init() local 127 block_find(void *b) in block_find() 317 struct block *b = t->blocks[i]; in block_disable() local 371 struct block *b = t->blocks[i]; in thread_main() local
|
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_hash.c | 40 #define FF(a, b, c, d, x, s, ac) \ argument 47 #define GG(a, b, c, d, x, s, ac) \ argument 54 #define HH(a, b, c, d, x, s, ac) \ argument 61 #define II(a, b, c, d, x, s, ac) \ argument 77 uint32_t b = state[1]; in roc_hash_md5_gen() local
|
| /dpdk/lib/eal/arm/include/ |
| H A D | rte_vect.h | 39 vqtbl1q_u8(uint8x16_t a, uint8x16_t b) in vqtbl1q_u8() 77 uint32x4_t b, const int lane_b) in vcopyq_laneq_u32()
|
| /dpdk/lib/net/ |
| H A D | rte_ib.h | 45 uint8_t b:1; /**< BECN. */ member 49 uint8_t b:1; /**< BECN. */ global() member
|
| /dpdk/drivers/common/cnxk/hw/ |
| H A D | npc.h | 27 #define NPC_AF_PKINDX_CPI_DEFX(a, b) \ argument 30 #define NPC_AF_KPUX_ENTRYX_CAMX(a, b, c) \ argument 33 #define NPC_AF_KPUX_ENTRYX_ACTION0(a, b) \ argument 35 #define NPC_AF_KPUX_ENTRYX_ACTION1(a, b) \ argument 37 #define NPC_AF_KPUX_ENTRY_DISX(a, b) \ argument 40 #define NPC_AF_INTFX_LIDX_LTX_LDX_CFG(a, b, c, d) \ argument 43 #define NPC_AF_INTFX_LDATAX_FLAGSX_CFG(a, b, c) \ argument 46 #define NPC_AF_MCAMEX_BANKX_CAMX_INTF(a, b, c) \ argument 49 #define NPC_AF_MCAMEX_BANKX_CAMX_W0(a, b, c) \ argument 52 #define NPC_AF_MCAMEX_BANKX_CAMX_W1(a, b, c) \ argument [all …]
|
| /dpdk/examples/ipsec-secgw/ |
| H A D | ipsec-secgw.h | 24 #define __BYTES_TO_UINT64(a, b, c, d, e, f, g, h) \ argument 34 #define __BYTES_TO_UINT64(a, b, c, d, e, f, g, h) \ argument 45 #define uint32_t_to_char(ip, a, b, c, d) do {\ argument 52 #define ETHADDR(a, b, c, d, e, f) (__BYTES_TO_UINT64(a, b, c, d, e, f, 0, 0)) argument
|
| /dpdk/examples/l3fwd/ |
| H A D | l3fwd_acl.h | 20 #define uint32_t_to_char(ip, a, b, c, d) do {\ argument
|
| /dpdk/lib/eal/common/ |
| H A D | rte_reciprocal.c | 42 const uint64_t b = (1ULL << 32); /* Number base (16 bits). */ in divide_128_div_64_to_64() local
|