Searched refs:RTE_NET_CRC32_ETH (Results 1 – 4 of 4) sorted by relevance
| /dpdk/lib/net/ |
| H A D | rte_net_crc.c | 43 [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 D | rte_net_crc.h | 17 RTE_NET_CRC32_ETH, enumerator
|
| /dpdk/app/test/ |
| H A D | test_crc.c | 74 type = RTE_NET_CRC32_ETH; in test_crc_calc()
|
| /dpdk/drivers/crypto/qat/ |
| H A D | qat_sym.h | 238 RTE_NET_CRC32_ETH); in qat_crc_verify() 262 RTE_NET_CRC32_ETH); in qat_crc_generate()
|