Searched refs:ethtool_cmd (Results 1 – 22 of 22) sorted by relevance
| /Linux-v5.4/include/linux/ |
| D | mdio.h | 138 struct ethtool_cmd; 147 struct ethtool_cmd *ecmd, 165 struct ethtool_cmd *ecmd) in mdio45_ethtool_gset()
|
| D | mii.h | 16 struct ethtool_cmd; 35 extern int mii_ethtool_gset(struct mii_if_info *mii, struct ethtool_cmd *ecmd); 38 extern int mii_ethtool_sset(struct mii_if_info *mii, struct ethtool_cmd *ecmd);
|
| D | phylink.h | 9 struct ethtool_cmd;
|
| D | phy.h | 1148 int phy_ethtool_sset(struct phy_device *phydev, struct ethtool_cmd *cmd);
|
| /Linux-v5.4/include/uapi/linux/ |
| D | ethtool.h | 96 struct ethtool_cmd { struct 116 static inline void ethtool_cmd_speed_set(struct ethtool_cmd *ep, in ethtool_cmd_speed_set() argument 123 static inline __u32 ethtool_cmd_speed(const struct ethtool_cmd *ep) in ethtool_cmd_speed()
|
| /Linux-v5.4/drivers/net/ethernet/oki-semi/pch_gbe/ |
| D | pch_gbe_phy.c | 300 struct ethtool_cmd cmd = { .cmd = ETHTOOL_GSET }; in pch_gbe_phy_init_setting()
|
| D | pch_gbe_main.c | 1050 struct ethtool_cmd cmd = { .cmd = ETHTOOL_GSET }; in pch_gbe_watchdog()
|
| /Linux-v5.4/drivers/net/ |
| D | mii.c | 55 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()
|
| D | mdio.c | 184 struct ethtool_cmd *ecmd, in mdio45_ethtool_gset_npage()
|
| /Linux-v5.4/drivers/net/usb/ |
| D | ch9200.c | 217 struct ethtool_cmd ecmd; in ch9200_link_reset()
|
| D | asix_devices.c | 174 struct ethtool_cmd ecmd = { .cmd = ETHTOOL_GSET }; in ax88172_link_reset() 301 struct ethtool_cmd ecmd = { .cmd = ETHTOOL_GSET }; in ax88772_link_reset() 957 struct ethtool_cmd ecmd = { .cmd = ETHTOOL_GSET }; in ax88178_link_reset()
|
| D | sr9700.c | 509 struct ethtool_cmd ecmd; in sr9700_link_reset()
|
| D | dm9601.c | 549 struct ethtool_cmd ecmd = { .cmd = ETHTOOL_GSET }; in dm9601_link_reset()
|
| D | sr9800.c | 536 struct ethtool_cmd ecmd = { .cmd = ETHTOOL_GSET }; in sr9800_link_reset()
|
| D | ax88179_178a.c | 671 struct ethtool_cmd ecmd = { .cmd = ETHTOOL_GSET }; in ax88179_chk_eee()
|
| D | smsc95xx.c | 555 struct ethtool_cmd ecmd = { .cmd = ETHTOOL_GSET }; in smsc95xx_link_reset()
|
| D | smsc75xx.c | 629 struct ethtool_cmd ecmd = { .cmd = ETHTOOL_GSET }; in smsc75xx_link_reset()
|
| /Linux-v5.4/net/core/ |
| D | ethtool.c | 441 const struct ethtool_cmd *legacy_settings) in convert_legacy_settings_to_link_ksettings() 488 struct ethtool_cmd *legacy_settings, in convert_link_ksettings_to_legacy_settings() 711 struct ethtool_cmd cmd; in ethtool_get_settings() 744 struct ethtool_cmd cmd; in ethtool_set_settings()
|
| /Linux-v5.4/drivers/net/phy/ |
| D | phy.c | 268 int phy_ethtool_sset(struct phy_device *phydev, struct ethtool_cmd *cmd) in phy_ethtool_sset()
|
| /Linux-v5.4/drivers/net/ethernet/intel/ |
| D | e100.c | 1691 struct ethtool_cmd cmd = { .cmd = ETHTOOL_GSET }; in e100_watchdog() 2598 struct ethtool_cmd cmd; in e100_diag_test()
|
| /Linux-v5.4/drivers/net/ethernet/amd/ |
| D | pcnet32.c | 2201 struct ethtool_cmd ecmd = { .cmd = ETHTOOL_GSET }; in pcnet32_open() 2880 struct ethtool_cmd ecmd = { in pcnet32_check_media()
|
| /Linux-v5.4/Documentation/networking/ |
| D | phy.rst | 355 int phy_ethtool_sset(struct phy_device *phydev, struct ethtool_cmd *cmd);
|