| /f-stack/dpdk/drivers/crypto/aesni_mb/ |
| H A D | aesni_mb_pmd_private.h | 226 uint32_t encode[60] __rte_aligned(16); 228 uint32_t decode[60] __rte_aligned(16); 263 uint8_t inner[128] __rte_aligned(16); 265 uint8_t outer[128] __rte_aligned(16); 275 uint32_t k1_expanded[44] __rte_aligned(16); 277 uint8_t k2[16] __rte_aligned(16); 279 uint8_t k3[16] __rte_aligned(16); 284 uint32_t expkey[60] __rte_aligned(16); 286 uint32_t skey1[4] __rte_aligned(16); 288 uint32_t skey2[4] __rte_aligned(16);
|
| /f-stack/dpdk/drivers/raw/ioat/ |
| H A D | ioat_spec.h | 290 uint64_t __rte_aligned(0x10) gencap; /* offset 0x10 */ 291 uint64_t __rte_aligned(0x10) wqcap; /* offset 0x20 */ 292 uint64_t __rte_aligned(0x10) grpcap; /* offset 0x30 */ 293 uint64_t __rte_aligned(0x08) engcap; /* offset 0x38 */ 294 uint64_t __rte_aligned(0x10) opcap; /* offset 0x40 */ 295 uint64_t __rte_aligned(0x20) offsets[2]; /* offset 0x60 */ 296 uint32_t __rte_aligned(0x20) gencfg; /* offset 0x80 */ 297 uint32_t __rte_aligned(0x08) genctrl; /* offset 0x88 */ 298 uint32_t __rte_aligned(0x10) gensts; /* offset 0x90 */ 299 uint32_t __rte_aligned(0x08) intcause; /* offset 0x98 */ [all …]
|
| /f-stack/dpdk/drivers/net/bonding/ |
| H A D | rte_eth_bond_8023ad.h | 63 } __rte_packed __rte_aligned(2); 76 } __rte_packed __rte_aligned(2); 84 } __rte_packed __rte_aligned(2); 102 } __rte_packed __rte_aligned(2); 108 } __rte_packed __rte_aligned(2); 124 } __rte_packed __rte_aligned(2); 129 } __rte_packed __rte_aligned(2);
|
| /f-stack/dpdk/lib/librte_net/ |
| H A D | net_crc_sse.c | 22 static struct crc_pclmulqdq_ctx crc32_eth_pclmulqdq __rte_aligned(16); 23 static struct crc_pclmulqdq_ctx crc16_ccitt_pclmulqdq __rte_aligned(16); 100 static const uint32_t mask1[4] __rte_aligned(16) = { in crcr32_reduce_64_to_32() 104 static const uint32_t mask2[4] __rte_aligned(16) = { in crcr32_reduce_64_to_32() 122 static const uint8_t crc_xmm_shift_tab[48] __rte_aligned(16) = { 179 uint8_t buffer[16] __rte_aligned(16); in crc32_eth_calc_pclmulqdq() 216 const uint32_t mask3[4] __rte_aligned(16) = { in crc32_eth_calc_pclmulqdq() 220 const uint8_t shf_table[32] __rte_aligned(16) = { in crc32_eth_calc_pclmulqdq()
|
| H A D | net_crc_neon.c | 22 struct crc_pmull_ctx crc32_eth_pmull __rte_aligned(16); 23 struct crc_pmull_ctx crc16_ccitt_pmull __rte_aligned(16); 99 static uint32_t mask1[4] __rte_aligned(16) = { in crcr32_reduce_64_to_32() 102 static uint32_t mask2[4] __rte_aligned(16) = { in crcr32_reduce_64_to_32() 151 uint8_t buffer[16] __rte_aligned(16); in crc32_eth_calc_pmull()
|
| H A D | rte_arp.h | 29 } __rte_packed __rte_aligned(2); 50 } __rte_packed __rte_aligned(2);
|
| H A D | net_crc_avx512.c | 26 static struct crc_vpclmulqdq_ctx crc32_eth __rte_aligned(64); 27 static struct crc_vpclmulqdq_ctx crc16_ccitt __rte_aligned(64); 36 static const uint8_t shf_table[32] __rte_aligned(16) = { 43 static const uint32_t mask[4] __rte_aligned(16) = { 47 static const uint32_t mask2[4] __rte_aligned(16) = { 99 const uint32_t mask3[4] __rte_aligned(16) = { in last_two_xmm()
|
| H A D | rte_ether.h | 66 } __rte_aligned(2); 268 } __rte_aligned(2);
|
| /f-stack/freebsd/contrib/dpdk_rte_lpm/ |
| H A D | rte_common.h | 63 #define __rte_aligned(a) __attribute__((__aligned__(a))) macro 66 typedef uint64_t unaligned_uint64_t __rte_aligned(1); typedef 67 typedef uint32_t unaligned_uint32_t __rte_aligned(1); typedef 68 typedef uint16_t unaligned_uint16_t __rte_aligned(1); typedef 361 #define __rte_cache_aligned __rte_aligned(RTE_CACHE_LINE_SIZE) 364 #define __rte_cache_min_aligned __rte_aligned(RTE_CACHE_LINE_MIN_SIZE)
|
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_common.h | 69 #define __rte_aligned(a) __attribute__((__aligned__(a))) macro 72 typedef uint64_t unaligned_uint64_t __rte_aligned(1); typedef 73 typedef uint32_t unaligned_uint32_t __rte_aligned(1); typedef 74 typedef uint16_t unaligned_uint16_t __rte_aligned(1); typedef 400 #define __rte_cache_aligned __rte_aligned(RTE_CACHE_LINE_SIZE) 403 #define __rte_cache_min_aligned __rte_aligned(RTE_CACHE_LINE_MIN_SIZE)
|
| /f-stack/dpdk/lib/librte_ring/ |
| H A D | rte_ring_core.h | 85 uint64_t raw __rte_aligned(8); 101 uint64_t raw __rte_aligned(8);
|
| /f-stack/dpdk/lib/librte_eal/ppc/include/ |
| H A D | rte_vect.h | 32 } __rte_aligned(16) rte_xmm_t;
|
| /f-stack/dpdk/drivers/crypto/caam_jr/ |
| H A D | caam_jr_desc.h | 266 } __rte_packed __rte_aligned(64); 283 } __rte_packed __rte_aligned(64);
|
| /f-stack/dpdk/drivers/crypto/octeontx2/ |
| H A D | otx2_cryptodev.h | 41 union cpt_res_s cpt_res __rte_aligned(16);
|
| /f-stack/dpdk/drivers/common/cpt/ |
| H A D | cpt_common.h | 62 } __rte_aligned(8);
|
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_ethdev_sec_tx.h | 51 struct otx2_cpt_res cpt_res __rte_aligned(OTX2_CPT_RES_ALIGN); in otx2_sec_event_tx() 53 __rte_aligned(OTX2_NIX_SEND_DESC_ALIGN); in otx2_sec_event_tx()
|
| /f-stack/dpdk/drivers/net/nfp/ |
| H A D | nfp_net_pmd.h | 252 } __rte_aligned(64); 383 } __rte_aligned(64);
|
| /f-stack/dpdk/drivers/crypto/qat/ |
| H A D | qat_asym.h | 18 #define _PKE_ALIGN_ __rte_aligned(8)
|
| /f-stack/dpdk/app/test/ |
| H A D | test_cryptodev_blockcipher.h | 61 uint8_t data[64] __rte_aligned(16);
|
| /f-stack/dpdk/lib/librte_sched/ |
| H A D | rte_sched_common.h | 15 #define __rte_aligned_16 __rte_aligned(16)
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_rxtx_vec_altivec.h | 925 *(__rte_aligned(8) unsigned long *) in rxq_cq_process_v() 931 *(__rte_aligned(8) unsigned long *) in rxq_cq_process_v() 944 *(__rte_aligned(8) unsigned long *) in rxq_cq_process_v() 949 *(__rte_aligned(8) unsigned long *) in rxq_cq_process_v() 976 *(__rte_aligned(8) unsigned long *) in rxq_cq_process_v() 979 *(__rte_aligned(8) unsigned long *) in rxq_cq_process_v() 1039 *(__rte_aligned(8) unsigned long *) in rxq_cq_process_v() 1042 *(__rte_aligned(8) unsigned long *) in rxq_cq_process_v()
|
| /f-stack/dpdk/drivers/bus/dpaa/include/ |
| H A D | fsl_qman.h | 202 } __rte_aligned(8); 294 struct __rte_aligned(8) qm_eqcr_entry { 307 struct __rte_aligned(8) qm_dqrr_entry { 343 } __packed __rte_aligned(8) ern; 361 } __packed __rte_aligned(8) dcern; 369 } __packed __rte_aligned(8) fq; /* FQRN/FQRNI/FQRL/FQPN */ 372 } __packed __rte_aligned(8);
|
| /f-stack/dpdk/drivers/net/tap/ |
| H A D | tap_bpf.h | 87 } __rte_aligned(8);
|
| /f-stack/dpdk/lib/librte_stack/ |
| H A D | rte_stack.h | 47 struct rte_stack_lf_head head __rte_aligned(16);
|
| /f-stack/dpdk/lib/librte_eal/x86/include/ |
| H A D | rte_vect.h | 110 } __rte_aligned(RTE_X86_ZMM_SIZE) __rte_x86_zmm_t;
|