Home
last modified time | relevance | path

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

/linux-6.6.21/net/ethtool/
Deee.c90 ret = ethnl_put_bitset32(skb, ETHTOOL_A_EEE_MODES_OURS, in eee_fill_reply()
116 [ETHTOOL_A_EEE_MODES_OURS] = { .type = NLA_NESTED },
144 tb[ETHTOOL_A_EEE_MODES_OURS], in ethnl_set_eee()
/linux-6.6.21/include/uapi/linux/
Dethtool_netlink.h460 ETHTOOL_A_EEE_MODES_OURS, /* bitset */ enumerator
/linux-6.6.21/Documentation/networking/
Dethtool-netlink.rst1178 ``ETHTOOL_A_EEE_MODES_OURS`` bool supported/advertised modes
1186 In ``ETHTOOL_A_EEE_MODES_OURS``, mask consists of link modes for which EEE is
1202 ``ETHTOOL_A_EEE_MODES_OURS`` bool advertised modes
1208 ``ETHTOOL_A_EEE_MODES_OURS`` is used to either list link modes to advertise
/linux-6.6.21/tools/net/ynl/generated/
Dethtool-user.c481 …[ETHTOOL_A_EEE_MODES_OURS] = { .name = "modes-ours", .type = YNL_PT_NEST, .nest = &ethtool_bitset_…
4103 } else if (type == ETHTOOL_A_EEE_MODES_OURS) { in ethtool_eee_get_rsp_parse()
4254 ethtool_bitset_put(nlh, ETHTOOL_A_EEE_MODES_OURS, &req->modes_ours); in ethtool_eee_set()