Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ethtool/
H A Dcommon.h41 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.c404 const struct ethtool_phy_ops *ethtool_phy_ops; variable
406 void ethtool_set_ethtool_phy_ops(const struct ethtool_phy_ops *ops) in ethtool_set_ethtool_phy_ops()
409 ethtool_phy_ops = ops; in ethtool_set_ethtool_phy_ops()
H A Dstrset.c213 const struct ethtool_phy_ops *phy_ops = ethtool_phy_ops; in strset_prepare_set()
H A Dioctl.c139 const struct ethtool_phy_ops *phy_ops = ethtool_phy_ops; in __ethtool_get_sset_count()
171 const struct ethtool_phy_ops *phy_ops = ethtool_phy_ops; in __ethtool_get_strings()
2035 const struct ethtool_phy_ops *phy_ops = ethtool_phy_ops; in ethtool_get_phy_stats()
/OK3568_Linux_fs/kernel/include/linux/
H A Dethtool.h552 struct ethtool_phy_ops { struct
568 void ethtool_set_ethtool_phy_ops(const struct ethtool_phy_ops *ops);
/OK3568_Linux_fs/kernel/drivers/net/phy/
H A Dphy_device.c3079 static const struct ethtool_phy_ops phy_ethtool_phy_ops = {