Home
last modified time | relevance | path

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

/openbmc/linux/net/ethtool/
H A 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()
/openbmc/linux/include/uapi/linux/
H A Dethtool_netlink.h922 ETHTOOL_A_PLCA_ENABLED, /* u8 */ enumerator
/openbmc/linux/Documentation/networking/
H A 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
/openbmc/linux/tools/net/ynl/generated/
H A 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()