Searched refs:to_tmr (Results 1 – 6 of 6) sorted by relevance
117 (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()
1227 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()
713 if (curr_plca_cfg->to_tmr < 0 && plca_cfg->to_tmr >= 0) { in phy_ethtool_set_plca_cfg()
4912 __u32 to_tmr:1; member4923 __u32 to_tmr; member5012 __u32 to_tmr:1; member5023 __u32 to_tmr; member5098 __u32 to_tmr) in ethtool_plca_set_cfg_req_set_to_tmr() argument5100 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; member5187 __u32 to_tmr; member
5637 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()
832 int to_tmr; member