Home
last modified time | relevance | path

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

/Linux-v6.6/net/ethtool/
Dplca.c112 nla_put_u8(skb, ETHTOOL_A_PLCA_ENABLED, !!plca->enabled)) || in plca_get_cfg_fill_reply()
133 [ETHTOOL_A_PLCA_ENABLED] = NLA_POLICY_MAX(NLA_U8, 1),
160 plca_update_sint(&plca_cfg.enabled, tb, ETHTOOL_A_PLCA_ENABLED, &mod); in ethnl_set_plca()
/Linux-v6.6/include/uapi/linux/
Dethtool_netlink.h922 ETHTOOL_A_PLCA_ENABLED, /* u8 */ enumerator
/Linux-v6.6/Documentation/networking/
Dethtool-netlink.rst1796 ``ETHTOOL_A_PLCA_ENABLED`` u8 PLCA Admin State
1818 When set, the optional ``ETHTOOL_A_PLCA_ENABLED`` attribute indicates the
1874 ``ETHTOOL_A_PLCA_ENABLED`` u8 PLCA Admin State
/Linux-v6.6/tools/net/ynl/generated/
Dethtool-user.c636 [ETHTOOL_A_PLCA_ENABLED] = { .name = "enabled", .type = YNL_PT_U8, },
5614 } else if (type == ETHTOOL_A_PLCA_ENABLED) { in ethtool_plca_get_cfg_rsp_parse()
5760 mnl_attr_put_u8(nlh, ETHTOOL_A_PLCA_ENABLED, req->enabled); in ethtool_plca_set_cfg()
5822 } else if (type == ETHTOOL_A_PLCA_ENABLED) { in ethtool_plca_get_status_rsp_parse()