Searched refs:ETHTOOL_A_PLCA_ENABLED (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/ethtool/ |
H A D | plca.c | 112 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 D | ethtool_netlink.h | 922 ETHTOOL_A_PLCA_ENABLED, /* u8 */ enumerator
|
/openbmc/linux/Documentation/networking/ |
H A D | ethtool-netlink.rst | 1796 ``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 D | ethtool-user.c | 636 [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()
|