Searched refs:ETHTOOL_A_EEE_MODES_OURS (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/net/ethtool/ |
D | eee.c | 90 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/ |
D | ethtool_netlink.h | 460 ETHTOOL_A_EEE_MODES_OURS, /* bitset */ enumerator
|
/linux-6.6.21/Documentation/networking/ |
D | ethtool-netlink.rst | 1178 ``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/ |
D | ethtool-user.c | 481 …[ETHTOOL_A_EEE_MODES_OURS] = { .name = "modes-ours", .type = YNL_PT_NEST, .nest = ðtool_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()
|