Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_rxtx.c2837 bool vec_allowed, sve_allowed, simple_allowed; in hns3_get_rx_function() local
2841 vec_allowed = vec_support && hns3_get_default_vec_support(); in hns3_get_rx_function()
2846 if (hns->rx_func_hint == HNS3_IO_FUNC_HINT_VEC && vec_allowed) in hns3_get_rx_function()
2855 if (vec_allowed) in hns3_get_rx_function()
4350 bool vec_allowed, sve_allowed, simple_allowed; in hns3_get_tx_function() local
4354 vec_allowed = vec_support && hns3_get_default_vec_support(); in hns3_get_tx_function()
4361 if (hns->tx_func_hint == HNS3_IO_FUNC_HINT_VEC && vec_allowed) in hns3_get_tx_function()
4373 if (vec_allowed) in hns3_get_tx_function()