Home
last modified time | relevance | path

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

/dpdk/drivers/net/iavf/
H A Diavf_rxtx.c2923 use_avx512 = true; in iavf_set_rx_function()
2936 if (!use_avx512) { in iavf_set_rx_function()
2956 if (use_avx512) { in iavf_set_rx_function()
2970 if (use_avx512) { in iavf_set_rx_function()
2981 if (!use_avx512) { in iavf_set_rx_function()
3000 if (use_avx512) { in iavf_set_rx_function()
3014 if (use_avx512) { in iavf_set_rx_function()
3079 use_avx512 = true; in iavf_set_tx_function()
3085 if (!use_avx512) { in iavf_set_tx_function()
3095 if (use_avx512) { in iavf_set_tx_function()
[all …]