Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/huawei/hinic/
A Dhinic_dev.h28 HINIC_RSS_ENABLE = BIT(2), enumerator
A Dhinic_main.c387 nic_dev->flags &= ~HINIC_RSS_ENABLE; in hinic_enable_rss()
399 nic_dev->flags &= ~HINIC_RSS_ENABLE; in hinic_enable_rss()
408 nic_dev->flags |= HINIC_RSS_ENABLE; in hinic_enable_rss()
534 if (nic_dev->flags & HINIC_RSS_ENABLE) { in hinic_open()
576 if (nic_dev->flags & HINIC_RSS_ENABLE) { in hinic_close()
A Dhinic_ethtool.c927 if (!(nic_dev->flags & HINIC_RSS_ENABLE)) in hinic_get_rss_hash_opts()
1006 if (!(nic_dev->flags & HINIC_RSS_ENABLE)) { in hinic_set_rss_hash_opts()
1143 if (!(nic_dev->flags & HINIC_RSS_ENABLE)) in hinic_get_rxfh()
1176 if (!(nic_dev->flags & HINIC_RSS_ENABLE)) in hinic_set_rxfh()

Completed in 13 milliseconds