Searched refs:sve_allowed (Results 1 – 1 of 1) sorted by relevance
2837 bool vec_allowed, sve_allowed, simple_allowed; in hns3_get_rx_function() local2842 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() local4355 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()