Searched refs:ETHTOOL_A_PLCA_NODE_CNT (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/net/ethtool/ |
H A D | plca.c | 116 nla_put_u32(skb, ETHTOOL_A_PLCA_NODE_CNT, plca->node_cnt)) || in plca_get_cfg_fill_reply() 135 [ETHTOOL_A_PLCA_NODE_CNT] = NLA_POLICY_RANGE(NLA_U32, 1, 255), 162 plca_update_sint(&plca_cfg.node_cnt, tb, ETHTOOL_A_PLCA_NODE_CNT, &mod); in ethnl_set_plca()
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | ethtool_netlink.h | 924 ETHTOOL_A_PLCA_NODE_CNT, /* u32 */ enumerator
|
/kernel/linux/linux-6.6/tools/net/ynl/generated/ |
H A D | ethtool-user.c | 638 [ETHTOOL_A_PLCA_NODE_CNT] = { .name = "node-cnt", .type = YNL_PT_U32, }, 5624 } else if (type == ETHTOOL_A_PLCA_NODE_CNT) { in ethtool_plca_get_cfg_rsp_parse() 5764 mnl_attr_put_u32(nlh, ETHTOOL_A_PLCA_NODE_CNT, req->node_cnt); in ethtool_plca_set_cfg() 5832 } else if (type == ETHTOOL_A_PLCA_NODE_CNT) { in ethtool_plca_get_status_rsp_parse()
|
Completed in 10 milliseconds