Home
last modified time | relevance | path

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

/linux/net/ethtool/
H A Dcommon.c657 u32 max_rxfh_in_use; in ethtool_check_max_channel() local
665 max_rxfh_in_use = ethtool_get_max_rxfh_channel(dev); in ethtool_check_max_channel()
666 if (channels.combined_count + channels.rx_count <= max_rxfh_in_use) { in ethtool_check_max_channel()
668 …info, "requested channel counts are too low for existing indirection table (%d)", max_rxfh_in_use); in ethtool_check_max_channel()