Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_common.c158 uint32_t hint = HNS3_IO_FUNC_HINT_NONE; in hns3_parse_io_hint_func()
172 if (hint != HNS3_IO_FUNC_HINT_NONE) in hns3_parse_io_hint_func()
233 uint32_t rx_func_hint = HNS3_IO_FUNC_HINT_NONE; in hns3_parse_devargs()
234 uint32_t tx_func_hint = HNS3_IO_FUNC_HINT_NONE; in hns3_parse_devargs()
240 hns->rx_func_hint = HNS3_IO_FUNC_HINT_NONE; in hns3_parse_devargs()
241 hns->tx_func_hint = HNS3_IO_FUNC_HINT_NONE; in hns3_parse_devargs()
263 if (rx_func_hint != HNS3_IO_FUNC_HINT_NONE) in hns3_parse_devargs()
267 if (tx_func_hint != HNS3_IO_FUNC_HINT_NONE) in hns3_parse_devargs()
H A Dhns3_common.h16 HNS3_IO_FUNC_HINT_NONE = 0, enumerator
H A Dhns3_ethdev_dump.c43 case HNS3_IO_FUNC_HINT_NONE: in get_io_func_hint_name()