Home
last modified time | relevance | path

Searched refs:ethtool_cmd (Results 1 – 24 of 24) sorted by relevance

/Linux-v4.19/include/linux/
Dmii.h15 struct ethtool_cmd;
34 extern int mii_ethtool_gset(struct mii_if_info *mii, struct ethtool_cmd *ecmd);
37 extern int mii_ethtool_sset(struct mii_if_info *mii, struct ethtool_cmd *ecmd);
Dmdio.h129 struct ethtool_cmd;
138 struct ethtool_cmd *ecmd,
156 struct ethtool_cmd *ecmd) in mdio45_ethtool_gset()
Dethtool.h332 int (*get_settings)(struct net_device *, struct ethtool_cmd *);
333 int (*set_settings)(struct net_device *, struct ethtool_cmd *);
Dphylink.h9 struct ethtool_cmd;
Dphy.h1043 int phy_ethtool_sset(struct phy_device *phydev, struct ethtool_cmd *cmd);
/Linux-v4.19/include/uapi/linux/
Dethtool.h100 struct ethtool_cmd { struct
120 static inline void ethtool_cmd_speed_set(struct ethtool_cmd *ep, in ethtool_cmd_speed_set() argument
127 static inline __u32 ethtool_cmd_speed(const struct ethtool_cmd *ep) in ethtool_cmd_speed()
/Linux-v4.19/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_phy.c311 struct ethtool_cmd cmd = { .cmd = ETHTOOL_GSET }; in pch_gbe_phy_init_setting()
Dpch_gbe_main.c1064 struct ethtool_cmd cmd = { .cmd = ETHTOOL_GSET }; in pch_gbe_watchdog()
/Linux-v4.19/drivers/net/
Dmii.c55 int mii_ethtool_gset(struct mii_if_info *mii, struct ethtool_cmd *ecmd) in mii_ethtool_gset()
237 int mii_ethtool_sset(struct mii_if_info *mii, struct ethtool_cmd *ecmd) in mii_ethtool_sset()
Dmdio.c187 struct ethtool_cmd *ecmd, in mdio45_ethtool_gset_npage()
/Linux-v4.19/drivers/net/ethernet/8390/
Detherh.c567 static int etherh_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in etherh_get_settings()
578 static int etherh_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in etherh_set_settings()
/Linux-v4.19/drivers/net/usb/
Dch9200.c217 struct ethtool_cmd ecmd; in ch9200_link_reset()
Dasix_devices.c186 struct ethtool_cmd ecmd = { .cmd = ETHTOOL_GSET }; in ax88172_link_reset()
313 struct ethtool_cmd ecmd = { .cmd = ETHTOOL_GSET }; in ax88772_link_reset()
964 struct ethtool_cmd ecmd = { .cmd = ETHTOOL_GSET }; in ax88178_link_reset()
Dsr9700.c509 struct ethtool_cmd ecmd; in sr9700_link_reset()
Ddm9601.c549 struct ethtool_cmd ecmd = { .cmd = ETHTOOL_GSET }; in dm9601_link_reset()
Dsr9800.c537 struct ethtool_cmd ecmd = { .cmd = ETHTOOL_GSET }; in sr9800_link_reset()
Dax88179_178a.c683 struct ethtool_cmd ecmd = { .cmd = ETHTOOL_GSET }; in ax88179_chk_eee()
Dsmsc95xx.c567 struct ethtool_cmd ecmd = { .cmd = ETHTOOL_GSET }; in smsc95xx_link_reset()
Dsmsc75xx.c641 struct ethtool_cmd ecmd = { .cmd = ETHTOOL_GSET }; in smsc75xx_link_reset()
/Linux-v4.19/net/core/
Dethtool.c440 const struct ethtool_cmd *legacy_settings) in convert_legacy_settings_to_link_ksettings()
487 struct ethtool_cmd *legacy_settings, in convert_link_ksettings_to_legacy_settings()
556 struct ethtool_cmd cmd; in __ethtool_get_link_ksettings()
759 struct ethtool_cmd cmd; in ethtool_get_settings()
813 struct ethtool_cmd cmd; in ethtool_set_settings()
/Linux-v4.19/drivers/net/phy/
Dphy.c257 int phy_ethtool_sset(struct phy_device *phydev, struct ethtool_cmd *cmd) in phy_ethtool_sset()
/Linux-v4.19/drivers/net/ethernet/intel/
De100.c1691 struct ethtool_cmd cmd = { .cmd = ETHTOOL_GSET }; in e100_watchdog()
2596 struct ethtool_cmd cmd; in e100_diag_test()
/Linux-v4.19/drivers/net/ethernet/amd/
Dpcnet32.c2201 struct ethtool_cmd ecmd = { .cmd = ETHTOOL_GSET }; in pcnet32_open()
2880 struct ethtool_cmd ecmd = { in pcnet32_check_media()
/Linux-v4.19/Documentation/networking/
Dphy.txt297 int phy_ethtool_sset(struct phy_device *phydev, struct ethtool_cmd *cmd);