Searched refs:ETHTOOL_A_EEE_ENABLED (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/net/ethtool/ |
D | eee.c | 102 nla_put_u8(skb, ETHTOOL_A_EEE_ENABLED, !!eee->eee_enabled) || in eee_fill_reply() 117 [ETHTOOL_A_EEE_ENABLED] = { .type = NLA_U8 }, 148 ethnl_update_bool32(&eee.eee_enabled, tb[ETHTOOL_A_EEE_ENABLED], &mod); in ethnl_set_eee()
|
/linux-6.6.21/include/uapi/linux/ |
D | ethtool_netlink.h | 463 ETHTOOL_A_EEE_ENABLED, /* u8 */ enumerator
|
/linux-6.6.21/tools/net/ynl/generated/ |
D | ethtool-user.c | 484 [ETHTOOL_A_EEE_ENABLED] = { .name = "enabled", .type = YNL_PT_U8, }, 4126 } else if (type == ETHTOOL_A_EEE_ENABLED) { in ethtool_eee_get_rsp_parse() 4260 mnl_attr_put_u8(nlh, ETHTOOL_A_EEE_ENABLED, req->enabled); in ethtool_eee_set()
|
/linux-6.6.21/Documentation/networking/ |
D | ethtool-netlink.rst | 1181 ``ETHTOOL_A_EEE_ENABLED`` bool EEE is enabled 1203 ``ETHTOOL_A_EEE_ENABLED`` bool EEE is enabled
|