Searched refs:max_rxfh_in_use (Results 1 – 2 of 2) sorted by relevance
117 u32 err_attr, max_rxfh_in_use; in ethnl_set_channels() local175 ethtool_get_max_rxfh_channel(dev, &max_rxfh_in_use)) in ethnl_set_channels()176 max_rxfh_in_use = 0; in ethnl_set_channels()177 if (channels.combined_count + channels.rx_count <= max_rxfh_in_use) { in ethnl_set_channels()
1813 u32 max_rxfh_in_use; in ethtool_set_channels() local1848 ethtool_get_max_rxfh_channel(dev, &max_rxfh_in_use)) in ethtool_set_channels()1849 max_rxfh_in_use = 0; in ethtool_set_channels()1851 max_t(u64, max_rxnfc_in_use, max_rxfh_in_use)) in ethtool_set_channels()