Searched refs:ETHTOOL_A_PLCA_BURST_TMR (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/ethtool/ |
H A D | plca.c | 122 nla_put_u32(skb, ETHTOOL_A_PLCA_BURST_TMR, plca->burst_tmr))) in plca_get_cfg_fill_reply() 138 [ETHTOOL_A_PLCA_BURST_TMR] = NLA_POLICY_MAX(NLA_U32, 255), 166 plca_update_sint(&plca_cfg.burst_tmr, tb, ETHTOOL_A_PLCA_BURST_TMR, in ethnl_set_plca()
|
/openbmc/linux/include/uapi/linux/ |
H A D | ethtool_netlink.h | 928 ETHTOOL_A_PLCA_BURST_TMR, /* u32 */ enumerator
|
/openbmc/linux/Documentation/networking/ |
H A D | ethtool-netlink.rst | 1806 ``ETHTOOL_A_PLCA_BURST_TMR`` u32 Time to wait for the MAC to 1855 When set, the optional ``ETHTOOL_A_PLCA_BURST_TMR`` attribute indicates how 1884 ``ETHTOOL_A_PLCA_BURST_TMR`` u8 Time to wait for the MAC to
|
/openbmc/linux/tools/net/ynl/generated/ |
H A D | ethtool-user.c | 642 [ETHTOOL_A_PLCA_BURST_TMR] = { .name = "burst-tmr", .type = YNL_PT_U32, }, 5644 } else if (type == ETHTOOL_A_PLCA_BURST_TMR) { in ethtool_plca_get_cfg_rsp_parse() 5772 mnl_attr_put_u32(nlh, ETHTOOL_A_PLCA_BURST_TMR, req->burst_tmr); in ethtool_plca_set_cfg() 5852 } else if (type == ETHTOOL_A_PLCA_BURST_TMR) { in ethtool_plca_get_status_rsp_parse()
|