Home
last modified time | relevance | path

Searched refs:__rte_aligned (Results 1 – 25 of 57) sorted by relevance

123

/f-stack/dpdk/drivers/crypto/aesni_mb/
H A Daesni_mb_pmd_private.h226 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 Dioat_spec.h290 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 Drte_eth_bond_8023ad.h63 } __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 Dnet_crc_sse.c22 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 Dnet_crc_neon.c22 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 Drte_arp.h29 } __rte_packed __rte_aligned(2);
50 } __rte_packed __rte_aligned(2);
H A Dnet_crc_avx512.c26 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 Drte_ether.h66 } __rte_aligned(2);
268 } __rte_aligned(2);
/f-stack/freebsd/contrib/dpdk_rte_lpm/
H A Drte_common.h63 #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 Drte_common.h69 #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 Drte_ring_core.h85 uint64_t raw __rte_aligned(8);
101 uint64_t raw __rte_aligned(8);
/f-stack/dpdk/lib/librte_eal/ppc/include/
H A Drte_vect.h32 } __rte_aligned(16) rte_xmm_t;
/f-stack/dpdk/drivers/crypto/caam_jr/
H A Dcaam_jr_desc.h266 } __rte_packed __rte_aligned(64);
283 } __rte_packed __rte_aligned(64);
/f-stack/dpdk/drivers/crypto/octeontx2/
H A Dotx2_cryptodev.h41 union cpt_res_s cpt_res __rte_aligned(16);
/f-stack/dpdk/drivers/common/cpt/
H A Dcpt_common.h62 } __rte_aligned(8);
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_ethdev_sec_tx.h51 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 Dnfp_net_pmd.h252 } __rte_aligned(64);
383 } __rte_aligned(64);
/f-stack/dpdk/drivers/crypto/qat/
H A Dqat_asym.h18 #define _PKE_ALIGN_ __rte_aligned(8)
/f-stack/dpdk/app/test/
H A Dtest_cryptodev_blockcipher.h61 uint8_t data[64] __rte_aligned(16);
/f-stack/dpdk/lib/librte_sched/
H A Drte_sched_common.h15 #define __rte_aligned_16 __rte_aligned(16)
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_rxtx_vec_altivec.h925 *(__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 Dfsl_qman.h202 } __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 Dtap_bpf.h87 } __rte_aligned(8);
/f-stack/dpdk/lib/librte_stack/
H A Drte_stack.h47 struct rte_stack_lf_head head __rte_aligned(16);
/f-stack/dpdk/lib/librte_eal/x86/include/
H A Drte_vect.h110 } __rte_aligned(RTE_X86_ZMM_SIZE) __rte_x86_zmm_t;

123