Searched refs:ETHTOOL_A_RSS_HFUNC (Results 1 – 3 of 3) sorted by relevance
| /linux/net/ethtool/ |
| H A D | rss.c | 313 nla_put_u32(skb, ETHTOOL_A_RSS_HFUNC, data->hfunc)) || in rss_fill_reply() 574 [ETHTOOL_A_RSS_HFUNC] = NLA_POLICY_MIN(NLA_U32, 1), 595 bad_attr = bad_attr ?: tb[ETHTOOL_A_RSS_HFUNC]; in ethnl_rss_set_validate() 853 ethnl_update_u8(&rxfh.hfunc, tb[ETHTOOL_A_RSS_HFUNC], &mod); in ethnl_rss_set() 933 [ETHTOOL_A_RSS_HFUNC] = NLA_POLICY_MIN(NLA_U32, 1), 959 bad_attr = bad_attr ?: tb[ETHTOOL_A_RSS_HFUNC]; in ethnl_rss_create_validate() 1041 ethnl_update_u8(&rxfh.hfunc, tb[ETHTOOL_A_RSS_HFUNC], &mod); in ethnl_rss_create_doit()
|
| /linux/include/uapi/linux/ |
| H A D | ethtool_netlink_generated.h | 731 ETHTOOL_A_RSS_HFUNC, enumerator
|
| /linux/Documentation/networking/ |
| H A D | ethtool-netlink.rst | 1989 ``ETHTOOL_A_RSS_HFUNC`` u32 RSS hash func 1996 ETHTOOL_A_RSS_HFUNC attribute is bitmap indicating the hash function 2014 ``ETHTOOL_A_RSS_HFUNC`` u32 RSS hash func 2037 ``ETHTOOL_A_RSS_HFUNC`` u32 RSS hash func
|