Home
last modified time | relevance | path

Searched refs:max_rx_in_use (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/ethtool/
Dchannels.c119 u32 err_attr, max_rx_in_use = 0; in ethnl_set_channels() local
195 !ethtool_get_max_rxfh_channel(dev, &max_rx_in_use) && in ethnl_set_channels()
196 (channels.combined_count + channels.rx_count) <= max_rx_in_use) { in ethnl_set_channels()
Dioctl.c1771 u32 max_rx_in_use = 0; in ethtool_set_channels() local
1804 !ethtool_get_max_rxfh_channel(dev, &max_rx_in_use) && in ethtool_set_channels()
1805 (channels.combined_count + channels.rx_count) <= max_rx_in_use) in ethtool_set_channels()