| /dpdk/drivers/crypto/octeontx/ |
| H A D | otx_cryptodev_hw_access.h | 122 #define CPTX_VQX_CTL(a, b) (0x0000100ll + 0x1000000000ll * \ argument 124 #define CPTX_VQX_SADDR(a, b) (0x0000200ll + 0x1000000000ll * \ argument 126 #define CPTX_VQX_DONE_WAIT(a, b) (0x0000400ll + 0x1000000000ll * \ argument 128 #define CPTX_VQX_INPROG(a, b) (0x0000410ll + 0x1000000000ll * \ argument 130 #define CPTX_VQX_DONE(a, b) (0x0000420ll + 0x1000000000ll * \ argument 132 #define CPTX_VQX_DONE_ACK(a, b) (0x0000440ll + 0x1000000000ll * \ argument 134 #define CPTX_VQX_DONE_INT_W1S(a, b) (0x0000460ll + 0x1000000000ll * \ argument 136 #define CPTX_VQX_DONE_INT_W1C(a, b) (0x0000468ll + 0x1000000000ll * \ argument 142 #define CPTX_VQX_MISC_INT(a, b) (0x0000500ll + 0x1000000000ll * \ argument 150 #define CPTX_VQX_DOORBELL(a, b) (0x0000600ll + 0x1000000000ll * \ argument [all …]
|
| /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
|
| /dpdk/lib/reorder/ |
| H A D | rte_reorder.c | 58 rte_reorder_init(struct rte_reorder_buffer *b, unsigned int bufsize, in rte_reorder_init() 104 struct rte_reorder_buffer *b = NULL; in rte_reorder_create() local 177 rte_reorder_reset(struct rte_reorder_buffer *b) in rte_reorder_reset() 188 rte_reorder_free_mbufs(struct rte_reorder_buffer *b) in rte_reorder_free_mbufs() 200 rte_reorder_free(struct rte_reorder_buffer *b) in rte_reorder_free() 236 struct rte_reorder_buffer *b = NULL; in rte_reorder_find_existing() local 264 rte_reorder_fill_overflow(struct rte_reorder_buffer *b, unsigned n) in rte_reorder_fill_overflow() 315 rte_reorder_insert(struct rte_reorder_buffer *b, struct rte_mbuf *mbuf) in rte_reorder_insert() 381 rte_reorder_drain(struct rte_reorder_buffer *b, struct rte_mbuf **mbufs, in rte_reorder_drain()
|
| /dpdk/app/test/ |
| H A D | test_reorder.c | 35 struct rte_reorder_buffer *b; member 48 struct rte_reorder_buffer *b = NULL; in test_reorder_create() local 68 struct rte_reorder_buffer *b = NULL; in test_reorder_init() local 104 struct rte_reorder_buffer *b = NULL; in test_reorder_find_existing() local 143 struct rte_reorder_buffer *b = NULL; in test_reorder_insert() local 229 struct rte_reorder_buffer *b = NULL; in test_reorder_drain() local
|
| H A D | test.h | 32 #define TEST_ASSERT_BUFFERS_ARE_EQUAL(a, b, len, msg, ...) do { \ argument 42 #define TEST_ASSERT_BUFFERS_ARE_EQUAL_OFFSET(a, b, len, off, msg, ...) do { \ argument 49 #define TEST_ASSERT_BUFFERS_ARE_EQUAL_BIT(a, b, len, msg, ...) do { \ argument 70 #define TEST_ASSERT_BUFFERS_ARE_EQUAL_BIT_OFFSET(a, b, len, off, msg, ...) do { \ argument
|
| H A D | test_ipfrag.c | 103 v4_allocate_packet_of(struct rte_mbuf *b, int fill, in v4_allocate_packet_of() 148 v6_allocate_packet_of(struct rte_mbuf *b, int fill, size_t s, uint8_t ttl, in v6_allocate_packet_of() 248 struct rte_mbuf *b = rte_pktmbuf_alloc(pkt_pool); in test_ip_frag() 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/hash/ |
| H A D | rte_jhash.h | 48 #define __rte_jhash_mix(a, b, c) do { \ argument 57 #define __rte_jhash_final(a, b, c) do { \ argument 84 uint32_t a, b, c; in __rte_jhash_2hashes() local 313 __rte_jhash_3words(uint32_t a, uint32_t b, uint32_t c, uint32_t initval) in __rte_jhash_3words() 340 rte_jhash_3words(uint32_t a, uint32_t b, uint32_t c, uint32_t initval) in rte_jhash_3words() 359 rte_jhash_2words(uint32_t a, uint32_t b, uint32_t initval) in rte_jhash_2words()
|
| /dpdk/lib/sched/ |
| H A D | rte_sched_common.h | 55 rte_get_gcd64(uint64_t a, uint64_t b) in rte_get_gcd64() 83 rte_get_gcd(uint32_t a, uint32_t b) in rte_get_gcd() 95 rte_get_lcd(uint32_t a, uint32_t b) in rte_get_lcd()
|
| 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/drivers/common/cnxk/hw/ |
| H A D | rvu.h | 21 #define RVU_AF_AFPFX_MBOXX(a, b) \ argument 48 #define RVU_PRIV_PFX_NIXX_CFG(a, b) \ argument 54 #define RVU_PRIV_PFX_CPTX_CFG(a, b) \ argument 177 #define TIM_AF_BAR2_ALIASX(a, b) AF_BAR2_ALIASX(a, b) argument 178 #define SSO_AF_BAR2_ALIASX(a, b) AF_BAR2_ALIASX(a, b) argument 179 #define NIX_AF_BAR2_ALIASX(a, b) AF_BAR2_ALIASX(0, b) argument 180 #define SSOW_AF_BAR2_ALIASX(a, b) AF_BAR2_ALIASX(a, b) argument 181 #define NPA_AF_BAR2_ALIASX(a, b) AF_BAR2_ALIASX(0, b) argument 182 #define CPT_AF_BAR2_ALIASX(a, b) AF_BAR2_ALIASX(a, b) argument 183 #define RVU_AF_BAR2_ALIASX(a, b) AF_BAR2_ALIASX(a, b) argument [all …]
|
| 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/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/e1000/base/ |
| H A D | e1000_api.h | 135 #define E1000_MAX(a, b) ((a) > (b) ? (a) : (b)) argument 136 #define E1000_DIVIDE_ROUND_UP(a, b) (((a) + (b) - 1) / (b)) /* ceil(a/b) */ argument
|
| /dpdk/drivers/net/enic/base/ |
| H A D | vnic_rss.h | 12 uint8_t b[10]; member 21 uint8_t b[4]; member
|
| /dpdk/drivers/raw/ifpga/base/ |
| H A D | opae_osdep.h | 28 u8 b[16]; member 78 #define time_after(a, b) ((long)((b) - (a)) < 0) argument 79 #define time_before(a, b) time_after(b, a) argument 80 #define opae_memset(a, b, c) memset((a), (b), (c)) argument
|
| /dpdk/drivers/net/failsafe/ |
| H A D | failsafe_args.c | 206 size_t a, b; in fs_parse_device_param() local 262 size_t a, b; in fs_parse_sub_devices() local 308 size_t a, b; in fs_remove_sub_devices_definition() local 462 size_t b = 0; in fs_count_device() local
|
| /dpdk/lib/table/ |
| H A D | rte_swx_table_learner.c | 164 table_keycmp(void *a, void *b, void *b_mask, uint32_t n_bytes) in table_keycmp() 364 table_bucket_key_get(struct table *t, struct table_bucket *b, size_t bucket_key_pos) in table_bucket_key_get() 370 table_bucket_data_get(struct table *t, struct table_bucket *b, size_t bucket_key_pos) in table_bucket_data_get() 467 struct table_bucket *b; in rte_swx_table_learner_lookup() local 488 struct table_bucket *b = m->bucket; in rte_swx_table_learner_lookup() local 548 struct table_bucket *b = m->bucket; in rte_swx_table_learner_add() local 608 struct table_bucket *b = m->bucket; in rte_swx_table_learner_delete() local
|
| /dpdk/drivers/raw/ifpga/base/osdep_rte/ |
| H A D | osdep_generic.h | 39 #define min(a, b) RTE_MIN(a, b) argument 40 #define max(a, b) RTE_MAX(a, b) argument 54 #define opae_memcpy(a, b, c) rte_memcpy((a), (b), (c)) argument
|
| /dpdk/drivers/net/bnxt/tf_ulp/ |
| H A D | ulp_utils.h | 37 #define ULP_INDEX_BITMAP_SET(b, i) ((b) |= \ argument 41 #define ULP_INDEX_BITMAP_RESET(b, i) ((b) &= \ argument 45 #define ULP_INDEX_BITMAP_GET(b, i) (((b) >> \ argument
|
| /dpdk/kernel/linux/kni/ |
| H A D | compat.h | 9 #define RHEL_RELEASE_VERSION(a, b) (((a) << 8) + (b)) argument 14 #define SLE_VERSION(a, b, c) KERNEL_VERSION(a, b, c) argument
|
| /dpdk/drivers/crypto/qat/ |
| H A D | qat_sym.h | 40 #define QAT_SYM_PLAIN_AUTH_CAP(n, b, d) \ argument 52 #define QAT_SYM_AUTH_CAP(n, b, k, d, a, i) \ argument 64 #define QAT_SYM_AEAD_CAP(n, b, k, d, a, i) \ argument 76 #define QAT_SYM_CIPHER_CAP(n, b, k, i) \ argument
|