Home
last modified time | relevance | path

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

/dpdk/lib/net/
H A Drte_net_crc.c43 [RTE_NET_CRC32_ETH] = rte_crc32_eth_default_handler,
50 [RTE_NET_CRC32_ETH] = rte_crc32_eth_handler,
55 [RTE_NET_CRC32_ETH] = rte_crc32_eth_avx512_handler,
61 [RTE_NET_CRC32_ETH] = rte_crc32_eth_sse42_handler,
67 [RTE_NET_CRC32_ETH] = rte_crc32_eth_neon_handler,
278 return handlers[RTE_NET_CRC32_ETH](data, data_len); in rte_crc32_eth_default_handler()
281 return handlers[RTE_NET_CRC32_ETH](data, data_len); in rte_crc32_eth_default_handler()
284 return handlers[RTE_NET_CRC32_ETH](data, data_len); in rte_crc32_eth_default_handler()
286 return handlers[RTE_NET_CRC32_ETH](data, data_len); in rte_crc32_eth_default_handler()
H A Drte_net_crc.h17 RTE_NET_CRC32_ETH, enumerator
/dpdk/app/test/
H A Dtest_crc.c74 type = RTE_NET_CRC32_ETH; in test_crc_calc()
/dpdk/drivers/crypto/qat/
H A Dqat_sym.h238 RTE_NET_CRC32_ETH); in qat_crc_verify()
262 RTE_NET_CRC32_ETH); in qat_crc_generate()