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.c731 u32 max_rxfh_in_use; in ethtool_check_max_channel() local
739 max_rxfh_in_use = ethtool_get_max_rxfh_channel(dev); in ethtool_check_max_channel()
740 if (channels.combined_count + channels.rx_count <= max_rxfh_in_use) { in ethtool_check_max_channel()
742 …info, "requested channel counts are too low for existing indirection table (%d)", max_rxfh_in_use); in ethtool_check_max_channel()