| /dpdk/lib/eal/x86/include/ |
| H A D | rte_memcpy.h | 107 rte_mov16(uint8_t *dst, const uint8_t *src) in rte_mov16() 120 rte_mov32(uint8_t *dst, const uint8_t *src) in rte_mov32() 133 rte_mov64(uint8_t *dst, const uint8_t *src) in rte_mov64() 146 rte_mov128(uint8_t *dst, const uint8_t *src) in rte_mov128() 157 rte_mov256(uint8_t *dst, const uint8_t *src) in rte_mov256() 329 rte_mov16(uint8_t *dst, const uint8_t *src) in rte_mov16() 342 rte_mov32(uint8_t *dst, const uint8_t *src) in rte_mov32() 355 rte_mov64(uint8_t *dst, const uint8_t *src) in rte_mov64() 510 rte_mov16(uint8_t *dst, const uint8_t *src) in rte_mov16() 523 rte_mov32(uint8_t *dst, const uint8_t *src) in rte_mov32() [all …]
|
| H A D | rte_atomic.h | 102 rte_atomic16_cmpset(volatile uint16_t *dst, uint16_t exp, uint16_t src) in rte_atomic16_cmpset() 120 rte_atomic16_exchange(volatile uint16_t *dst, uint16_t val) in rte_atomic16_exchange() 188 rte_atomic32_cmpset(volatile uint32_t *dst, uint32_t exp, uint32_t src) in rte_atomic32_cmpset() 206 rte_atomic32_exchange(volatile uint32_t *dst, uint32_t val) in rte_atomic32_exchange()
|
| H A D | rte_atomic_64.h | 27 rte_atomic64_cmpset(volatile uint64_t *dst, uint64_t exp, uint64_t src) in rte_atomic64_cmpset() 47 rte_atomic64_exchange(volatile uint64_t *dst, uint64_t val) in rte_atomic64_exchange() 187 rte_atomic128_cmp_exchange(rte_int128_t *dst, in rte_atomic128_cmp_exchange()
|
| /dpdk/lib/eal/arm/include/ |
| H A D | rte_memcpy_64.h | 48 #define RTE_ARM64_MEMCPY_IS_UNALIGNED_COPY(dst, src) \ argument 62 #define USE_ALIGNED_RTE_MEMCPY(dst, src, n) \ argument 70 #define USE_UNALIGNED_RTE_MEMCPY(dst, src, n) \ argument 82 #define USE_RTE_MEMCPY(dst, src, n) \ argument 101 void rte_mov16(uint8_t *dst, const uint8_t *src) in rte_mov16() 109 void rte_mov32(uint8_t *dst, const uint8_t *src) in rte_mov32() 119 void rte_mov48(uint8_t *dst, const uint8_t *src) in rte_mov48() 130 void rte_mov64(uint8_t *dst, const uint8_t *src) in rte_mov64() 143 void rte_mov128(uint8_t *dst, const uint8_t *src) in rte_mov128() 165 void rte_mov256(uint8_t *dst, const uint8_t *src) in rte_mov256() [all …]
|
| H A D | rte_memcpy_32.h | 27 rte_mov16(uint8_t *dst, const uint8_t *src) in rte_mov16() 33 rte_mov32(uint8_t *dst, const uint8_t *src) in rte_mov32() 43 rte_mov48(uint8_t *dst, const uint8_t *src) in rte_mov48() 56 rte_mov64(uint8_t *dst, const uint8_t *src) in rte_mov64() 69 rte_mov128(uint8_t *dst, const uint8_t *src) in rte_mov128() 88 rte_mov256(uint8_t *dst, const uint8_t *src) in rte_mov256() 122 #define rte_memcpy(dst, src, n) \ argument 129 rte_memcpy_func(void *dst, const void *src, size_t n) in rte_memcpy_func()
|
| H A D | rte_pause_64.h | 40 #define __RTE_ARM_LOAD_EXC_16(src, dst, memorder) { \ argument 59 #define __RTE_ARM_LOAD_EXC_32(src, dst, memorder) { \ argument 78 #define __RTE_ARM_LOAD_EXC_64(src, dst, memorder) { \ argument 97 #define __RTE_ARM_LOAD_EXC_128(src, dst, memorder) { \ argument 113 #define __RTE_ARM_LOAD_EXC(src, dst, memorder, size) { \ argument
|
| H A D | rte_atomic_64.h | 99 rte_atomic128_cmp_exchange(rte_int128_t *dst, rte_int128_t *exp, in rte_atomic128_cmp_exchange() 148 #define __LOAD_128(op_string, src, dst) { \ in rte_atomic128_cmp_exchange() argument 163 #define __STORE_128(op_string, dst, src, ret) { \ in rte_atomic128_cmp_exchange() argument
|
| /dpdk/lib/eal/ppc/include/ |
| H A D | rte_memcpy.h | 32 rte_mov16(uint8_t *dst, const uint8_t *src) in rte_mov16() 38 rte_mov32(uint8_t *dst, const uint8_t *src) in rte_mov32() 45 rte_mov48(uint8_t *dst, const uint8_t *src) in rte_mov48() 53 rte_mov64(uint8_t *dst, const uint8_t *src) in rte_mov64() 62 rte_mov128(uint8_t *dst, const uint8_t *src) in rte_mov128() 75 rte_mov256(uint8_t *dst, const uint8_t *src) in rte_mov256() 81 #define rte_memcpy(dst, src, n) \ argument 88 rte_memcpy_func(void *dst, const void *src, size_t n) in rte_memcpy_func()
|
| H A D | rte_atomic.h | 50 rte_atomic16_cmpset(volatile uint16_t *dst, uint16_t exp, uint16_t src) in rte_atomic16_cmpset() 84 rte_atomic16_exchange(volatile uint16_t *dst, uint16_t val) in rte_atomic16_exchange() 92 rte_atomic32_cmpset(volatile uint32_t *dst, uint32_t exp, uint32_t src) in rte_atomic32_cmpset() 126 rte_atomic32_exchange(volatile uint32_t *dst, uint32_t val) in rte_atomic32_exchange() 134 rte_atomic64_cmpset(volatile uint64_t *dst, uint64_t exp, uint64_t src) in rte_atomic64_cmpset() 215 rte_atomic64_exchange(volatile uint64_t *dst, uint64_t val) in rte_atomic64_exchange()
|
| /dpdk/lib/eal/include/ |
| H A D | rte_string_fns.h | 59 rte_strlcpy(char *dst, const char *src, size_t size) in rte_strlcpy() 70 rte_strlcat(char *dst, const char *src, size_t size) in rte_strlcat() 81 #define strlcpy(dst, src, size) rte_strlcpy(dst, src, size) argument 82 #define strlcat(dst, src, size) rte_strlcat(dst, src, size) argument 90 #define strlcpy(dst, src, size) rte_strlcpy(dst, src, size) argument 91 #define strlcat(dst, src, size) rte_strlcat(dst, src, size) argument
|
| /dpdk/lib/eal/freebsd/include/ |
| H A D | rte_os.h | 33 #define RTE_CPU_AND(dst, src1, src2) do \ argument 40 #define RTE_CPU_OR(dst, src1, src2) do \ argument 51 #define RTE_CPU_NOT(dst, src) do \ argument 59 #define RTE_CPU_NOT(dst, src) do \ argument 73 #define RTE_CPU_NOT(dst, src) do { \ argument
|
| /dpdk/drivers/crypto/openssl/ |
| H A D | rte_openssl_pmd.c | 799 uint8_t **dst, int srclen, EVP_CIPHER_CTX *ctx, uint8_t inplace) in process_openssl_encryption_update() 861 uint8_t **dst, int srclen, EVP_CIPHER_CTX *ctx, uint8_t inplace) in process_openssl_decryption_update() 950 process_openssl_cipher_bpi_encrypt(uint8_t *src, uint8_t *dst, in process_openssl_cipher_bpi_encrypt() 1058 uint8_t *dst, uint8_t *tag, EVP_CIPHER_CTX *ctx) in process_openssl_auth_encryption_gcm() 1096 uint8_t *dst, uint8_t *tag, uint8_t taglen, EVP_CIPHER_CTX *ctx) in process_openssl_auth_encryption_ccm() 1137 uint8_t *dst, uint8_t *tag, EVP_CIPHER_CTX *ctx) in process_openssl_auth_decryption_gcm() 1175 uint8_t *dst, uint8_t *tag, uint8_t tag_len, in process_openssl_auth_decryption_ccm() 1325 uint8_t *dst = NULL, *iv, *tag, *aad; in process_openssl_combined_op() local 1413 uint8_t *dst, *iv; in process_openssl_cipher_op() local 1464 uint8_t *src, *dst, *iv; in process_openssl_docsis_bpi_op() local [all …]
|
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_bitops.h | 174 ice_and_bitmap(ice_bitmap_t *dst, const ice_bitmap_t *bmp1, in ice_and_bitmap() 211 ice_or_bitmap(ice_bitmap_t *dst, const ice_bitmap_t *bmp1, in ice_or_bitmap() 242 ice_xor_bitmap(ice_bitmap_t *dst, const ice_bitmap_t *bmp1, in ice_xor_bitmap() 273 ice_andnot_bitmap(ice_bitmap_t *dst, const ice_bitmap_t *bmp1, in ice_andnot_bitmap() 377 static inline void ice_cp_bitmap(ice_bitmap_t *dst, ice_bitmap_t *src, u16 size) in ice_cp_bitmap() 394 ice_bitmap_set(ice_bitmap_t *dst, u16 pos, u16 num_bits) in ice_bitmap_set() 462 ice_bitmap_from_array32(ice_bitmap_t *dst, u32 *src, u16 size) in ice_bitmap_from_array32()
|
| /dpdk/lib/eal/windows/include/ |
| H A D | rte_os.h | 51 #define RTE_CPU_AND(dst, src1, src2) CPU_AND(dst, src1, src2) argument 52 #define RTE_CPU_OR(dst, src1, src2) CPU_OR(dst, src1, src2) argument 54 #define RTE_CPU_NOT(dst, src) CPU_NOT(dst, src) argument
|
| H A D | sched.h | 59 #define CPU_AND(dst, src1, src2) \ argument 67 #define CPU_OR(dst, src1, src2) \ argument 82 #define CPU_NOT(dst, src) \ argument
|
| /dpdk/drivers/crypto/bcmfs/ |
| H A D | bcmfs_sym.c | 28 struct fsattr src, dst, iv, key; in process_crypto_cipher_op() local 74 struct fsattr src, dst, mac, key, iv; in process_crypto_auth_op() local 130 struct fsattr src, dst, iv; in process_crypto_combined_op() local 207 struct fsattr src, dst, iv; in process_crypto_aead_op() local
|
| /dpdk/lib/eal/linux/include/ |
| H A D | rte_os.h | 32 #define RTE_CPU_AND(dst, src1, src2) CPU_AND(dst, src1, src2) argument 33 #define RTE_CPU_OR(dst, src1, src2) CPU_OR(dst, src1, src2) argument 41 #define RTE_CPU_NOT(dst, src) do \ argument
|
| /dpdk/examples/ipsec-secgw/ |
| H A D | ipip.h | 17 struct ip_addr *src, struct ip_addr *dst) in ipip_outbound() 87 struct ip_addr *src, struct ip_addr *dst) in ip4ip_outbound() 94 struct ip_addr *src, struct ip_addr *dst) in ip6ip_outbound()
|
| /dpdk/drivers/net/virtio/ |
| H A D | virtio_pci.c | 115 void *dst, int length) in legacy_read_dev_config() 190 uint32_t dst; in legacy_get_features() local 217 uint8_t dst; in legacy_get_status() local 232 uint8_t dst; in legacy_get_isr() local 242 uint16_t dst; in legacy_set_config_irq() local 252 uint16_t dst; in legacy_set_queue_irq() local 264 uint16_t dst; in legacy_get_queue_num() local 350 void *dst, int length) in modern_read_dev_config()
|
| /dpdk/lib/eal/include/generic/ |
| H A D | rte_atomic.h | 150 rte_atomic16_cmpset(volatile uint16_t *dst, uint16_t exp, uint16_t src) in rte_atomic16_cmpset() 176 rte_atomic16_exchange(volatile uint16_t *dst, uint16_t val) in rte_atomic16_exchange() 433 rte_atomic32_cmpset(volatile uint32_t *dst, uint32_t exp, uint32_t src) in rte_atomic32_cmpset() 459 rte_atomic32_exchange(volatile uint32_t *dst, uint32_t val) in rte_atomic32_exchange() 715 rte_atomic64_cmpset(volatile uint64_t *dst, uint64_t exp, uint64_t src) in rte_atomic64_cmpset() 741 rte_atomic64_exchange(volatile uint64_t *dst, uint64_t val) in rte_atomic64_exchange()
|
| /dpdk/drivers/net/bnxt/tf_ulp/ |
| H A D | ulp_utils.c | 537 ulp_bs_get_lsb(uint8_t *src, uint16_t bitpos, uint8_t bitlen, uint8_t *dst) in ulp_bs_get_lsb() 574 ulp_bs_pull_lsb(uint8_t *src, uint8_t *dst, uint32_t size, in ulp_bs_pull_lsb() 595 ulp_bs_get_msb(uint8_t *src, uint16_t bitpos, uint8_t bitlen, uint8_t *dst) in ulp_bs_get_msb() 626 ulp_bs_pull_msb(uint8_t *src, uint8_t *dst, in ulp_bs_pull_msb() 872 ulp_blob_msb_block_merge(struct ulp_blob *dst, struct ulp_blob *src, in ulp_blob_msb_block_merge() 929 ulp_blob_block_merge(struct ulp_blob *dst, struct ulp_blob *src, in ulp_blob_block_merge() 941 ulp_blob_append(struct ulp_blob *dst, struct ulp_blob *src, in ulp_blob_append() 1001 ulp_blob_buffer_copy(struct ulp_blob *dst, struct ulp_blob *src) in ulp_blob_buffer_copy()
|
| /dpdk/app/test/ |
| H A D | test_ring.c | 456 test_ring_mem_cmp(void *src, void *dst, unsigned int size) in test_ring_mem_cmp() 590 void **src = NULL, **cur_src = NULL, **dst = NULL, **cur_dst = NULL; in test_ring_burst_bulk_tests1() local 687 void **src = NULL, **cur_src = NULL, **dst = NULL, **cur_dst = NULL; in test_ring_burst_bulk_tests2() local 774 void **src = NULL, **cur_src = NULL, **dst = NULL, **cur_dst = NULL; in test_ring_burst_bulk_tests3() local 845 void **src = NULL, **cur_src = NULL, **dst = NULL, **cur_dst = NULL; in test_ring_burst_bulk_tests4() local 967 void **src = NULL, **cur_src = NULL, **dst = NULL, **cur_dst = NULL; in test_ring_basic_ex() local 1087 void **src = NULL, **cur_src = NULL, **dst = NULL, **cur_dst = NULL; in test_ring_with_exact_size() local
|
| /dpdk/drivers/raw/ioat/ |
| H A D | rte_idxd_rawdev_fns.h | 58 rte_iova_t dst; member 87 uint64_t dst; member 166 const rte_iova_t dst, in __idxd_write_desc() 210 __idxd_enqueue_fill(int dev_id, uint64_t pattern, rte_iova_t dst, in __idxd_enqueue_fill() 222 __idxd_enqueue_copy(int dev_id, rte_iova_t src, rte_iova_t dst, in __idxd_enqueue_copy() 250 __idxd_movdir64b(volatile void *dst, const struct rte_idxd_hw_desc *src) in __idxd_movdir64b()
|
| /dpdk/examples/l3fwd/ |
| H A D | l3fwd_lpm_neon.h | 23 int32_t dst[FWDSTEP]; in processx4_step1() local 60 rte_xmm_t dst; in processx4_step2() local
|
| /dpdk/drivers/common/dpaax/caamflib/ |
| H A D | rta.h | 274 #define MOVE(program, src, src_offset, dst, dst_offset, length, opt) \ argument 302 #define MOVEB(program, src, src_offset, dst, dst_offset, length, opt) \ argument 331 #define MOVEDW(program, src, src_offset, dst, dst_offset, length, opt) \ argument 392 #define FIFOSTORE(program, data, encrypt_flags, dst, length, flags) \ argument 464 #define SEQOUTPTR(program, dst, length, flags) \ argument 615 #define LOAD(program, addr, dst, offset, length, flags) \ argument 632 #define SEQLOAD(program, dst, offset, length, flags) \ argument 655 #define STORE(program, src, offset, dst, length, flags) \ argument
|