Searched refs:tx_func_hint (Results 1 – 5 of 5) sorted by relevance
234 uint32_t tx_func_hint = HNS3_IO_FUNC_HINT_NONE; in hns3_parse_devargs() local241 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()
867 uint32_t tx_func_hint; member
221 get_io_func_hint_name(hns->tx_func_hint), in get_device_basic_info()
4361 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()
86 - ``tx_func_hint`` (default ``none``)104 -a 0000:7d:00.0,tx_func_hint=common