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