Home
last modified time | relevance | path

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

/dpdk/lib/net/
H A Drte_net_crc.c39 (*rte_net_crc_handler)(const uint8_t *data, uint32_t data_len); typedef
41 static rte_net_crc_handler handlers_default[] = {
46 static const rte_net_crc_handler *handlers = handlers_default;
48 static const rte_net_crc_handler handlers_scalar[] = {
53 static const rte_net_crc_handler handlers_avx512[] = {
59 static const rte_net_crc_handler handlers_sse42[] = {
65 static const rte_net_crc_handler handlers_neon[] = {
174 static const rte_net_crc_handler *
200 static const rte_net_crc_handler *
226 static const rte_net_crc_handler *
[all …]