Home
last modified time | relevance | path

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

/linux/net/ethtool/ !
H A Dplca.c121 (plca->to_tmr >= 0 && in plca_get_cfg_fill_reply()
122 nla_put_u32(skb, ETHTOOL_A_PLCA_TO_TMR, plca->to_tmr)) || in plca_get_cfg_fill_reply()
169 plca_update_sint(&plca_cfg.to_tmr, tb, ETHTOOL_A_PLCA_TO_TMR, &mod); in ethnl_set_plca()
/linux/drivers/net/phy/ !
H A Dphy-c45.c1318 plca_cfg->to_tmr = ret & MDIO_OATC14_PLCA_TOT; in genphy_c45_plca_get_cfg()
1392 if (plca_cfg->to_tmr >= 0) { in genphy_c45_plca_set_cfg()
1395 plca_cfg->to_tmr); in genphy_c45_plca_set_cfg()
H A Dphy.c772 if (curr_plca_cfg->to_tmr < 0 && plca_cfg->to_tmr >= 0) { in phy_ethtool_set_plca_cfg()
/linux/include/linux/ !
H A Dphy.h898 int to_tmr; member