Home
last modified time | relevance | path

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

/openbmc/linux/net/ethtool/
H A Dplca.c120 nla_put_u32(skb, ETHTOOL_A_PLCA_BURST_CNT, plca->burst_cnt)) || in plca_get_cfg_fill_reply()
137 [ETHTOOL_A_PLCA_BURST_CNT] = NLA_POLICY_MAX(NLA_U32, 255),
164 plca_update_sint(&plca_cfg.burst_cnt, tb, ETHTOOL_A_PLCA_BURST_CNT, in ethnl_set_plca()
/openbmc/linux/include/uapi/linux/
H A Dethtool_netlink.h927 ETHTOOL_A_PLCA_BURST_CNT, /* u32 */ enumerator
/openbmc/linux/Documentation/networking/
H A Dethtool-netlink.rst1803 ``ETHTOOL_A_PLCA_BURST_CNT`` u32 Number of additional packets
1844 When set, the optional ``ETHTOOL_A_PLCA_BURST_CNT`` attribute indicates the
1881 ``ETHTOOL_A_PLCA_BURST_CNT`` u8 Number of additional packets
/openbmc/linux/tools/net/ynl/generated/
H A Dethtool-user.c641 [ETHTOOL_A_PLCA_BURST_CNT] = { .name = "burst-cnt", .type = YNL_PT_U32, },
5639 } else if (type == ETHTOOL_A_PLCA_BURST_CNT) { in ethtool_plca_get_cfg_rsp_parse()
5770 mnl_attr_put_u32(nlh, ETHTOOL_A_PLCA_BURST_CNT, req->burst_cnt); in ethtool_plca_set_cfg()
5847 } else if (type == ETHTOOL_A_PLCA_BURST_CNT) { in ethtool_plca_get_status_rsp_parse()