Home
last modified time | relevance | path

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

/Linux-v6.6/net/ethtool/
Drss.c127 nla_put_u32(skb, ETHTOOL_A_RSS_HFUNC, data->hfunc)) || in rss_fill_reply()
/Linux-v6.6/include/uapi/linux/
Dethtool_netlink.h908 ETHTOOL_A_RSS_HFUNC, /* u32 */ enumerator
/Linux-v6.6/Documentation/networking/
Dethtool-netlink.rst1768 ``ETHTOOL_A_RSS_HFUNC`` u32 RSS hash func
1773 ETHTOOL_A_RSS_HFUNC attribute is bitmap indicating the hash function
/Linux-v6.6/tools/net/ynl/generated/
Dethtool-user.c623 [ETHTOOL_A_RSS_HFUNC] = { .name = "hfunc", .type = YNL_PT_U32, },
5465 } else if (type == ETHTOOL_A_RSS_HFUNC) { in ethtool_rss_get_rsp_parse()