Home
last modified time | relevance | path

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

/openbmc/linux/net/ethtool/
H A Dfeatures.c104 ret = ethnl_put_bitset32(skb, ETHTOOL_A_FEATURES_ACTIVE, data->active, in features_fill_reply()
191 ret = ethnl_put_bitset(rskb, ETHTOOL_A_FEATURES_ACTIVE, active, in features_send_reply()
/openbmc/linux/include/uapi/linux/
H A Dethtool_netlink.h316 ETHTOOL_A_FEATURES_ACTIVE, /* bitset */ enumerator
/openbmc/linux/Documentation/networking/
H A Dethtool-netlink.rst752 ``ETHTOOL_A_FEATURES_ACTIVE`` bitset dev->features
783 ``ETHTOOL_A_FEATURES_ACTIVE`` bitset diff old vs. new active
796 (i.e. negated values from resulting features). ``ETHTOOL_A_FEATURES_ACTIVE``
/openbmc/linux/tools/net/ynl/generated/
H A Dethtool-user.c369 …[ETHTOOL_A_FEATURES_ACTIVE] = { .name = "active", .type = YNL_PT_NEST, .nest = &ethtool_bitset_nes…
2658 } else if (type == ETHTOOL_A_FEATURES_ACTIVE) { in ethtool_features_get_rsp_parse()
2835 } else if (type == ETHTOOL_A_FEATURES_ACTIVE) { in ethtool_features_set_rsp_parse()
2878 ethtool_bitset_put(nlh, ETHTOOL_A_FEATURES_ACTIVE, &req->active); in ethtool_features_set()