Home
last modified time | relevance | path

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

/openbmc/linux/net/ethtool/
H A Drss.c127 nla_put_u32(skb, ETHTOOL_A_RSS_HFUNC, data->hfunc)) || in rss_fill_reply()
/openbmc/linux/include/uapi/linux/
H A Dethtool_netlink.h908 ETHTOOL_A_RSS_HFUNC, /* u32 */ enumerator
/openbmc/linux/Documentation/networking/
H A Dethtool-netlink.rst1768 ``ETHTOOL_A_RSS_HFUNC`` u32 RSS hash func
1773 ETHTOOL_A_RSS_HFUNC attribute is bitmap indicating the hash function
/openbmc/linux/tools/net/ynl/generated/
H A 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()