Searched refs:ETHTOOL_A_PLCA_TO_TMR (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/ethtool/ |
H A D | plca.c | 118 nla_put_u32(skb, ETHTOOL_A_PLCA_TO_TMR, plca->to_tmr)) || in plca_get_cfg_fill_reply() 136 [ETHTOOL_A_PLCA_TO_TMR] = NLA_POLICY_MAX(NLA_U32, 255), 163 plca_update_sint(&plca_cfg.to_tmr, tb, ETHTOOL_A_PLCA_TO_TMR, &mod); in ethnl_set_plca()
|
/openbmc/linux/include/uapi/linux/ |
H A D | ethtool_netlink.h | 926 ETHTOOL_A_PLCA_TO_TMR, /* u32 */ enumerator
|
/openbmc/linux/Documentation/networking/ |
H A D | ethtool-netlink.rst | 1801 ``ETHTOOL_A_PLCA_TO_TMR`` u32 Transmit Opportunity Timer 1837 When set, the optional ``ETHTOOL_A_PLCA_TO_TMR`` attribute indicates the 1879 ``ETHTOOL_A_PLCA_TO_TMR`` u8 Transmit Opportunity Timer
|
/openbmc/linux/tools/net/ynl/generated/ |
H A D | ethtool-user.c | 640 [ETHTOOL_A_PLCA_TO_TMR] = { .name = "to-tmr", .type = YNL_PT_U32, }, 5634 } else if (type == ETHTOOL_A_PLCA_TO_TMR) { in ethtool_plca_get_cfg_rsp_parse() 5768 mnl_attr_put_u32(nlh, ETHTOOL_A_PLCA_TO_TMR, req->to_tmr); in ethtool_plca_set_cfg() 5842 } else if (type == ETHTOOL_A_PLCA_TO_TMR) { in ethtool_plca_get_status_rsp_parse()
|