Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/net/ethtool/
H A Dplca.c118 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()
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dethtool_netlink.h926 ETHTOOL_A_PLCA_TO_TMR, /* u32 */ enumerator
/kernel/linux/linux-6.6/tools/net/ynl/generated/
H A Dethtool-user.c640 [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()

Completed in 10 milliseconds