Searched refs:ETHTOOL_A_STRSET_STRINGSETS (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/ethtool/ |
H A D | strset.c | 130 [ETHTOOL_A_STRSET_STRINGSETS] = { .type = NLA_NESTED }, 186 struct nlattr *nest = tb[ETHTOOL_A_STRSET_STRINGSETS]; in strset_parse_request() 446 nest = nla_nest_start(skb, ETHTOOL_A_STRSET_STRINGSETS); in strset_fill_reply()
|
/openbmc/linux/include/uapi/linux/ |
H A D | ethtool_netlink.h | 223 ETHTOOL_A_STRSET_STRINGSETS, /* nest - _A_STRINGSETS_* */ enumerator
|
/openbmc/linux/Documentation/networking/ |
H A D | ethtool-netlink.rst | 319 | ``ETHTOOL_A_STRSET_STRINGSETS`` | nested | string set to request | 331 | ``ETHTOOL_A_STRSET_STRINGSETS`` | nested | array of string sets | 357 If there is no ``ETHTOOL_A_STRSET_STRINGSETS`` array, all string sets of
|
/openbmc/linux/tools/net/ynl/generated/ |
H A D | ethtool-user.c | 288 …[ETHTOOL_A_STRSET_STRINGSETS] = { .name = "stringsets", .type = YNL_PT_NEST, .nest = ðtool_stri… 1585 } else if (type == ETHTOOL_A_STRSET_STRINGSETS) { in ethtool_strset_get_rsp_parse() 1615 ethtool_stringsets_put(nlh, ETHTOOL_A_STRSET_STRINGSETS, &req->stringsets); in ethtool_strset_get() 1670 ethtool_stringsets_put(nlh, ETHTOOL_A_STRSET_STRINGSETS, &req->stringsets); in ethtool_strset_get_dump()
|