Searched refs:ETHTOOL_A_PLCA_ENABLED (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | ethtool_netlink.h | 922 ETHTOOL_A_PLCA_ENABLED, /* u8 */ enumerator
|
/kernel/linux/linux-6.6/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()
|
Completed in 11 milliseconds