Home
last modified time | relevance | path

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

/linux-6.15/net/ethtool/
H A Dioctl.c1223 struct ethtool_rxfh rxfh; in ethtool_get_rxfh()
1297 if (copy_to_user(useraddr + offsetof(struct ethtool_rxfh, hfunc), in ethtool_get_rxfh()
1301 offsetof(struct ethtool_rxfh, input_xfrm), in ethtool_get_rxfh()
1306 offsetof(struct ethtool_rxfh, key_size), in ethtool_get_rxfh()
1311 offsetof(struct ethtool_rxfh, rss_config[0]), in ethtool_get_rxfh()
1358 u32 rss_cfg_offset = offsetof(struct ethtool_rxfh, rss_config[0]); in ethtool_set_rxfh()
1366 struct ethtool_rxfh rxfh; in ethtool_set_rxfh()
1552 if (copy_to_user(useraddr + offsetof(struct ethtool_rxfh, rss_context), in ethtool_set_rxfh()
/linux-6.15/include/uapi/linux/
H A Dethtool.h1552 struct ethtool_rxfh { struct