Home
last modified time | relevance | path

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

/linux/net/ethtool/
H A Dplca.c60 const struct ethtool_phy_ops *ops; in plca_get_cfg_prepare_data()
74 ops = ethtool_phy_ops; in plca_get_cfg_prepare_data()
148 const struct ethtool_phy_ops *ops; in ethnl_set_plca()
161 ops = ethtool_phy_ops; in ethnl_set_plca()
209 const struct ethtool_phy_ops *ops; in plca_get_status_prepare_data()
223 ops = ethtool_phy_ops; in plca_get_status_prepare_data()
H A Dcabletest.c60 const struct ethtool_phy_ops *ops; in ethnl_act_cable_test()
85 ops = ethtool_phy_ops; in ethnl_act_cable_test()
323 const struct ethtool_phy_ops *ops; in ethnl_act_cable_test_tdr()
354 ops = ethtool_phy_ops; in ethnl_act_cable_test_tdr()
H A Dstrset.c249 const struct ethtool_phy_ops *phy_ops = ethtool_phy_ops; in strset_prepare_set()
H A Dcommon.c1146 const struct ethtool_phy_ops *ethtool_phy_ops; variable
1148 void ethtool_set_ethtool_phy_ops(const struct ethtool_phy_ops *ops) in ethtool_set_ethtool_phy_ops()
1151 ethtool_phy_ops = ops; in ethtool_set_ethtool_phy_ops()
H A Dioctl.c164 const struct ethtool_phy_ops *phy_ops = ethtool_phy_ops; in __ethtool_get_sset_count()
196 const struct ethtool_phy_ops *phy_ops = ethtool_phy_ops; in __ethtool_get_strings()
2564 const struct ethtool_phy_ops *phy_ops = ethtool_phy_ops; in ethtool_get_phy_stats_phydev()
/linux/drivers/net/phy/
H A Dphy_device.c3922 static const struct ethtool_phy_ops phy_ethtool_phy_ops = {