Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_common.c234 uint32_t tx_func_hint = HNS3_IO_FUNC_HINT_NONE; in hns3_parse_devargs() local
241 hns->tx_func_hint = HNS3_IO_FUNC_HINT_NONE; in hns3_parse_devargs()
255 &hns3_parse_io_hint_func, &tx_func_hint); in hns3_parse_devargs()
267 if (tx_func_hint != HNS3_IO_FUNC_HINT_NONE) in hns3_parse_devargs()
269 hns3_get_io_hint_func_name(tx_func_hint)); in hns3_parse_devargs()
270 hns->tx_func_hint = tx_func_hint; in hns3_parse_devargs()
H A Dhns3_ethdev.h867 uint32_t tx_func_hint; member
H A Dhns3_ethdev_dump.c221 get_io_func_hint_name(hns->tx_func_hint), in get_device_basic_info()
H A Dhns3_rxtx.c4361 if (hns->tx_func_hint == HNS3_IO_FUNC_HINT_VEC && vec_allowed) in hns3_get_tx_function()
4363 if (hns->tx_func_hint == HNS3_IO_FUNC_HINT_SVE && sve_allowed) in hns3_get_tx_function()
4365 if (hns->tx_func_hint == HNS3_IO_FUNC_HINT_SIMPLE && simple_allowed) in hns3_get_tx_function()
4367 if (hns->tx_func_hint == HNS3_IO_FUNC_HINT_COMMON) { in hns3_get_tx_function()
/dpdk/doc/guides/nics/
H A Dhns3.rst86 - ``tx_func_hint`` (default ``none``)
104 -a 0000:7d:00.0,tx_func_hint=common