Home
last modified time | relevance | path

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

/openbmc/linux/net/ethtool/
H A Dplca.c60 const struct ethtool_phy_ops *ops; in plca_get_cfg_prepare_data()
70 ops = ethtool_phy_ops; in plca_get_cfg_prepare_data()
145 const struct ethtool_phy_ops *ops; in ethnl_set_plca()
155 ops = ethtool_phy_ops; in ethnl_set_plca()
203 const struct ethtool_phy_ops *ops; in plca_get_status_prepare_data()
213 ops = ethtool_phy_ops; in plca_get_status_prepare_data()
H A Dcommon.h49 extern const struct ethtool_phy_ops *ethtool_phy_ops;
H A Dcabletest.c59 const struct ethtool_phy_ops *ops; in ethnl_act_cable_test()
78 ops = ethtool_phy_ops; in ethnl_act_cable_test()
310 const struct ethtool_phy_ops *ops; in ethnl_act_cable_test_tdr()
335 ops = ethtool_phy_ops; in ethnl_act_cable_test_tdr()
H A Dcommon.c664 const struct ethtool_phy_ops *ethtool_phy_ops; variable
666 void ethtool_set_ethtool_phy_ops(const struct ethtool_phy_ops *ops) in ethtool_set_ethtool_phy_ops()
669 ethtool_phy_ops = ops; in ethtool_set_ethtool_phy_ops()
H A Dstrset.c238 const struct ethtool_phy_ops *phy_ops = ethtool_phy_ops; in strset_prepare_set()
H A Dioctl.c159 const struct ethtool_phy_ops *phy_ops = ethtool_phy_ops; in __ethtool_get_sset_count()
191 const struct ethtool_phy_ops *phy_ops = ethtool_phy_ops; in __ethtool_get_strings()
2114 const struct ethtool_phy_ops *phy_ops = ethtool_phy_ops; in ethtool_get_phy_stats_phydev()
/openbmc/linux/include/linux/
H A Dethtool.h957 struct ethtool_phy_ops { struct
980 void ethtool_set_ethtool_phy_ops(const struct ethtool_phy_ops *ops);
/openbmc/linux/drivers/net/phy/
H A Dphy_device.c3503 static const struct ethtool_phy_ops phy_ethtool_phy_ops = {