Searched refs:ETHTOOL_A_PRIVFLAGS_FLAGS (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/net/ethtool/ |
D | privflags.c | 108 return ethnl_put_bitset32(skb, ETHTOOL_A_PRIVFLAGS_FLAGS, in privflags_fill_reply() 126 [ETHTOOL_A_PRIVFLAGS_FLAGS] = { .type = NLA_NESTED }, 135 if (!info->attrs[ETHTOOL_A_PRIVFLAGS_FLAGS]) in ethnl_set_privflags_validate() 156 ret = ethnl_bitset_is_compact(tb[ETHTOOL_A_PRIVFLAGS_FLAGS], &compact); in ethnl_set_privflags() 166 tb[ETHTOOL_A_PRIVFLAGS_FLAGS], names, in ethnl_set_privflags()
|
D | netlink.h | 414 extern const struct nla_policy ethnl_privflags_set_policy[ETHTOOL_A_PRIVFLAGS_FLAGS + 1];
|
/linux-6.6.21/include/uapi/linux/ |
D | ethtool_netlink.h | 329 ETHTOOL_A_PRIVFLAGS_FLAGS, /* bitset */ enumerator
|
/linux-6.6.21/Documentation/networking/ |
D | ethtool-netlink.rst | 822 ``ETHTOOL_A_PRIVFLAGS_FLAGS`` bitset private flags 825 ``ETHTOOL_A_PRIVFLAGS_FLAGS`` is a bitset with values of device private flags. 843 ``ETHTOOL_A_PRIVFLAGS_FLAGS`` bitset private flags 846 ``ETHTOOL_A_PRIVFLAGS_FLAGS`` can either set the whole set of private flags or
|
/linux-6.6.21/tools/net/ynl/generated/ |
D | ethtool-user.c | 380 …[ETHTOOL_A_PRIVFLAGS_FLAGS] = { .name = "flags", .type = YNL_PT_NEST, .nest = ðtool_bitset_nest… 2935 } else if (type == ETHTOOL_A_PRIVFLAGS_FLAGS) { in ethtool_privflags_get_rsp_parse() 3057 ethtool_bitset_put(nlh, ETHTOOL_A_PRIVFLAGS_FLAGS, &req->flags); in ethtool_privflags_set()
|