Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_rxtx.c2838 bool vec_support; in hns3_get_rx_function() local
2840 vec_support = hns3_rx_check_vec_support(dev) == 0; in hns3_get_rx_function()
2841 vec_allowed = vec_support && hns3_get_default_vec_support(); in hns3_get_rx_function()
2842 sve_allowed = vec_support && hns3_get_sve_support(); in hns3_get_rx_function()
4351 bool vec_support, tx_prepare_needed; in hns3_get_tx_function() local
4353 vec_support = hns3_tx_check_vec_support(dev) == 0; in hns3_get_tx_function()
4354 vec_allowed = vec_support && hns3_get_default_vec_support(); in hns3_get_tx_function()
4355 sve_allowed = vec_support && hns3_get_sve_support(); in hns3_get_tx_function()