Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/huawei/hinic/
Dhinic_dev.h25 HINIC_RSS_ENABLE = BIT(2), enumerator
Dhinic_ethtool.c168 if (!(nic_dev->flags & HINIC_RSS_ENABLE)) in hinic_get_rss_hash_opts()
247 if (!(nic_dev->flags & HINIC_RSS_ENABLE)) { in hinic_set_rss_hash_opts()
384 if (!(nic_dev->flags & HINIC_RSS_ENABLE)) in hinic_get_rxfh()
417 if (!(nic_dev->flags & HINIC_RSS_ENABLE)) in hinic_set_rxfh()
Dhinic_main.c327 nic_dev->flags &= ~HINIC_RSS_ENABLE; in hinic_enable_rss()
339 nic_dev->flags &= ~HINIC_RSS_ENABLE; in hinic_enable_rss()
348 nic_dev->flags |= HINIC_RSS_ENABLE; in hinic_enable_rss()
467 if (nic_dev->flags & HINIC_RSS_ENABLE) { in hinic_open()
514 if (nic_dev->flags & HINIC_RSS_ENABLE) { in hinic_close()