Home
last modified time | relevance | path

Searched refs:sve_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
2842 sve_allowed = vec_support && hns3_get_sve_support(); in hns3_get_rx_function()
2848 if (hns->rx_func_hint == HNS3_IO_FUNC_HINT_SVE && sve_allowed) in hns3_get_rx_function()
4350 bool vec_allowed, sve_allowed, simple_allowed; in hns3_get_tx_function() local
4355 sve_allowed = vec_support && hns3_get_sve_support(); in hns3_get_tx_function()
4363 if (hns->tx_func_hint == HNS3_IO_FUNC_HINT_SVE && sve_allowed) in hns3_get_tx_function()