Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_net/
H A Drte_net_crc.c45 [RTE_NET_CRC32_ETH] = rte_crc32_eth_default_handler,
52 [RTE_NET_CRC32_ETH] = rte_crc32_eth_handler,
57 [RTE_NET_CRC32_ETH] = rte_crc32_eth_avx512_handler,
63 [RTE_NET_CRC32_ETH] = rte_crc32_eth_sse42_handler,
69 [RTE_NET_CRC32_ETH] = rte_crc32_eth_neon_handler,
280 return handlers[RTE_NET_CRC32_ETH](data, data_len); in rte_crc32_eth_default_handler()
283 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()
288 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
/f-stack/dpdk/drivers/crypto/qat/
H A Dqat_sym.h155 RTE_NET_CRC32_ETH); in qat_crc_verify()
179 RTE_NET_CRC32_ETH); in qat_crc_generate()
/f-stack/dpdk/app/test/
H A Dtest_crc.c75 type = RTE_NET_CRC32_ETH; in test_crc_calc()