Home
last modified time | relevance | path

Searched refs:to_tmr (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/net/ethtool/
Dplca.c117 (plca->to_tmr >= 0 && in plca_get_cfg_fill_reply()
118 nla_put_u32(skb, ETHTOOL_A_PLCA_TO_TMR, plca->to_tmr)) || in plca_get_cfg_fill_reply()
163 plca_update_sint(&plca_cfg.to_tmr, tb, ETHTOOL_A_PLCA_TO_TMR, &mod); in ethnl_set_plca()
/Linux-v6.6/drivers/net/phy/
Dphy-c45.c1227 plca_cfg->to_tmr = ret & MDIO_OATC14_PLCA_TOT; in genphy_c45_plca_get_cfg()
1301 if (plca_cfg->to_tmr >= 0) { in genphy_c45_plca_set_cfg()
1304 plca_cfg->to_tmr); in genphy_c45_plca_set_cfg()
Dphy.c713 if (curr_plca_cfg->to_tmr < 0 && plca_cfg->to_tmr >= 0) { in phy_ethtool_set_plca_cfg()
/Linux-v6.6/tools/net/ynl/generated/
Dethtool-user.h4912 __u32 to_tmr:1; member
4923 __u32 to_tmr; member
5012 __u32 to_tmr:1; member
5023 __u32 to_tmr; member
5098 __u32 to_tmr) in ethtool_plca_set_cfg_req_set_to_tmr() argument
5100 req->_present.to_tmr = 1; in ethtool_plca_set_cfg_req_set_to_tmr()
5101 req->to_tmr = to_tmr; in ethtool_plca_set_cfg_req_set_to_tmr()
5176 __u32 to_tmr:1; member
5187 __u32 to_tmr; member
Dethtool-user.c5637 dst->_present.to_tmr = 1; in ethtool_plca_get_cfg_rsp_parse()
5638 dst->to_tmr = mnl_attr_get_u32(attr); in ethtool_plca_get_cfg_rsp_parse()
5767 if (req->_present.to_tmr) in ethtool_plca_set_cfg()
5768 mnl_attr_put_u32(nlh, ETHTOOL_A_PLCA_TO_TMR, req->to_tmr); in ethtool_plca_set_cfg()
5845 dst->_present.to_tmr = 1; in ethtool_plca_get_status_rsp_parse()
5846 dst->to_tmr = mnl_attr_get_u32(attr); in ethtool_plca_get_status_rsp_parse()
/Linux-v6.6/include/linux/
Dphy.h832 int to_tmr; member