Home
last modified time | relevance | path

Searched refs:crc_vpclmulqdq_ctx (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/lib/librte_net/
H A Dnet_crc_avx512.c16 struct crc_vpclmulqdq_ctx { struct
26 static struct crc_vpclmulqdq_ctx crc32_eth __rte_aligned(64); argument
27 static struct crc_vpclmulqdq_ctx crc16_ccitt __rte_aligned(64);
64 const struct crc_vpclmulqdq_ctx *params) in crc32_fold_128()
94 const struct crc_vpclmulqdq_ctx *params) in last_two_xmm()
125 done_128(__m128i res, const struct crc_vpclmulqdq_ctx *params) in done_128()
144 barrett_reduction(__m128i data64, const struct crc_vpclmulqdq_ctx *params) in barrett_reduction()
165 const struct crc_vpclmulqdq_ctx *params) in reduction_loop()
180 const struct crc_vpclmulqdq_ctx *params) in crc32_eth_calc_vpclmulqdq()