Home
last modified time | relevance | path

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

/Linux-v6.6/net/ethtool/
Dlinkmodes.c113 ret = ethnl_put_bitset(skb, ETHTOOL_A_LINKMODES_OURS, in linkmodes_fill_reply()
160 [ETHTOOL_A_LINKMODES_OURS] = { .type = NLA_NESTED },
283 tb[ETHTOOL_A_LINKMODES_OURS], link_mode_names, in ethnl_update_linkmodes()
294 if (!tb[ETHTOOL_A_LINKMODES_OURS] && lsettings->autoneg && in ethnl_update_linkmodes()
/Linux-v6.6/include/uapi/linux/
Dethtool_netlink.h253 ETHTOOL_A_LINKMODES_OURS, /* bitset */ enumerator
/Linux-v6.6/Documentation/networking/
Dethtool-netlink.rst431 ``ETHTOOL_A_LINKMODES_OURS`` bitset advertised link modes
440 For ``ETHTOOL_A_LINKMODES_OURS``, value represents advertised modes and mask
456 ``ETHTOOL_A_LINKMODES_OURS`` bitset advertised link modes
465 ``ETHTOOL_A_LINKMODES_OURS`` bit set allows setting advertised link modes. If
467 are not changed (no ``ETHTOOL_A_LINKMODES_OURS`` attribute) and at least one
/Linux-v6.6/tools/net/ynl/generated/
Dethtool-user.c314 …[ETHTOOL_A_LINKMODES_OURS] = { .name = "ours", .type = YNL_PT_NEST, .nest = &ethtool_bitset_nest, …
1915 } else if (type == ETHTOOL_A_LINKMODES_OURS) { in ethtool_linkmodes_get_rsp_parse()
2081 ethtool_bitset_put(nlh, ETHTOOL_A_LINKMODES_OURS, &req->ours); in ethtool_linkmodes_set()