Home
last modified time | relevance | path

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

/linux-6.1.9/net/ethtool/
Dcommon.h48 extern const struct ethtool_phy_ops *ethtool_phy_ops;
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()
Dcommon.c575 const struct ethtool_phy_ops *ethtool_phy_ops; variable
577 void ethtool_set_ethtool_phy_ops(const struct ethtool_phy_ops *ops) in ethtool_set_ethtool_phy_ops()
580 ethtool_phy_ops = ops; in ethtool_set_ethtool_phy_ops()
Dstrset.c238 const struct ethtool_phy_ops *phy_ops = ethtool_phy_ops; in strset_prepare_set()
Dioctl.c165 const struct ethtool_phy_ops *phy_ops = ethtool_phy_ops; in __ethtool_get_sset_count()
197 const struct ethtool_phy_ops *phy_ops = ethtool_phy_ops; in __ethtool_get_strings()
2078 const struct ethtool_phy_ops *phy_ops = ethtool_phy_ops; in ethtool_get_phy_stats()
/linux-6.1.9/include/linux/
Dethtool.h800 struct ethtool_phy_ops { struct
816 void ethtool_set_ethtool_phy_ops(const struct ethtool_phy_ops *ops);
/linux-6.1.9/drivers/net/phy/
Dphy_device.c3249 static const struct ethtool_phy_ops phy_ethtool_phy_ops = {