Searched refs:ETHTOOL_A_PLCA_NODE_CNT (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/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()
|
/openbmc/linux/include/uapi/linux/ |
H A D | ethtool_netlink.h | 924 ETHTOOL_A_PLCA_NODE_CNT, /* u32 */ enumerator
|
/openbmc/linux/Documentation/networking/ |
H A D | ethtool-netlink.rst | 1798 ``ETHTOOL_A_PLCA_NODE_CNT`` u32 Number of PLCA nodes on the 1829 When set, the optional ``ETHTOOL_A_PLCA_NODE_CNT`` attribute indicates the 1876 ``ETHTOOL_A_PLCA_NODE_CNT`` u8 Number of PLCA nodes on the
|
/openbmc/linux/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()
|