Home
last modified time | relevance | path

Searched refs:simple_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
2843 simple_allowed = !dev->data->scattered_rx && in hns3_get_rx_function()
2850 if (hns->rx_func_hint == HNS3_IO_FUNC_HINT_SIMPLE && simple_allowed) in hns3_get_rx_function()
2857 if (simple_allowed) in hns3_get_rx_function()
4350 bool vec_allowed, sve_allowed, simple_allowed; in hns3_get_tx_function() local
4356 simple_allowed = hns3_tx_check_simple_support(dev); in hns3_get_tx_function()
4365 if (hns->tx_func_hint == HNS3_IO_FUNC_HINT_SIMPLE && simple_allowed) in hns3_get_tx_function()
4375 if (simple_allowed) in hns3_get_tx_function()