Home
last modified time | relevance | path

Searched refs:ETHTOOL_A_PLCA_BURST_CNT (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dethtool_netlink.h927 ETHTOOL_A_PLCA_BURST_CNT, /* u32 */ enumerator
/kernel/linux/linux-6.6/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()

Completed in 10 milliseconds