Searched refs:ETHTOOL_A_PLCA_BURST_CNT (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.6/net/ethtool/ |
| D | plca.c | 120 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()
|
| /Linux-v6.6/include/uapi/linux/ |
| D | ethtool_netlink.h | 927 ETHTOOL_A_PLCA_BURST_CNT, /* u32 */ enumerator
|
| /Linux-v6.6/Documentation/networking/ |
| D | ethtool-netlink.rst | 1803 ``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
|
| /Linux-v6.6/tools/net/ynl/generated/ |
| D | ethtool-user.c | 641 [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()
|