/openbmc/u-boot/include/linux/ |
H A D | ethtool.h | 19 struct ethtool_cmd { struct 39 static inline void ethtool_cmd_speed_set(struct ethtool_cmd *ep, in ethtool_cmd_speed_set() argument 47 static inline __u32 ethtool_cmd_speed(struct ethtool_cmd *ep) in ethtool_cmd_speed()
|
/openbmc/linux/include/linux/ |
H A D | mii.h | 16 struct ethtool_cmd; 35 extern void 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);
|
H A D | mdio.h | 166 struct ethtool_cmd; 175 struct ethtool_cmd *ecmd, 193 struct ethtool_cmd *ecmd) in mdio45_ethtool_gset()
|
H A D | phylink.h | 9 struct ethtool_cmd;
|
/openbmc/linux/net/ethtool/ |
H A D | common.h | 44 const struct ethtool_cmd *legacy_settings);
|
H A D | common.c | 474 const struct ethtool_cmd *legacy_settings) in convert_legacy_settings_to_link_ksettings()
|
H A D | ioctl.c | 377 struct ethtool_cmd *legacy_settings, in convert_link_ksettings_to_legacy_settings() 654 struct ethtool_cmd cmd; in ethtool_get_settings() 687 struct ethtool_cmd cmd; in ethtool_set_settings()
|
/openbmc/phosphor-networkd/src/ |
H A D | system_queries.cpp | 86 ethtool_cmd edata = {}; in getEthInfo()
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | ethtool.h | 105 struct ethtool_cmd { struct 125 static inline void ethtool_cmd_speed_set(struct ethtool_cmd *ep, in ethtool_cmd_speed_set() argument 132 static inline uint32_t ethtool_cmd_speed(const struct ethtool_cmd *ep) in ethtool_cmd_speed()
|
/openbmc/linux/include/uapi/linux/ |
H A D | ethtool.h | 105 struct ethtool_cmd { struct 125 static inline void ethtool_cmd_speed_set(struct ethtool_cmd *ep, in ethtool_cmd_speed_set() argument 132 static inline __u32 ethtool_cmd_speed(const struct ethtool_cmd *ep) in ethtool_cmd_speed()
|
/openbmc/linux/drivers/net/ |
H A D | mii.c | 53 void mii_ethtool_gset(struct mii_if_info *mii, struct ethtool_cmd *ecmd) in mii_ethtool_gset() 235 int mii_ethtool_sset(struct mii_if_info *mii, struct ethtool_cmd *ecmd) in mii_ethtool_sset()
|
H A D | mdio.c | 184 struct ethtool_cmd *ecmd, in mdio45_ethtool_gset_npage()
|
/openbmc/linux/drivers/net/ethernet/oki-semi/pch_gbe/ |
H A D | pch_gbe_phy.c | 300 struct ethtool_cmd cmd = { .cmd = ETHTOOL_GSET }; in pch_gbe_phy_init_setting()
|
H A D | pch_gbe_main.c | 1026 struct ethtool_cmd cmd = { .cmd = ETHTOOL_GSET }; in pch_gbe_watchdog()
|
/openbmc/linux/drivers/net/usb/ |
H A D | ch9200.c | 215 struct ethtool_cmd ecmd; in ch9200_link_reset()
|
H A D | sr9700.c | 515 struct ethtool_cmd ecmd; in sr9700_link_reset()
|
H A D | dm9601.c | 555 struct ethtool_cmd ecmd = { .cmd = ETHTOOL_GSET }; in dm9601_link_reset()
|
H A D | asix_devices.c | 174 struct ethtool_cmd ecmd = { .cmd = ETHTOOL_GSET }; in ax88172_link_reset() 1152 struct ethtool_cmd ecmd = { .cmd = ETHTOOL_GSET }; in ax88178_link_reset()
|
H A D | sr9800.c | 536 struct ethtool_cmd ecmd = { .cmd = ETHTOOL_GSET }; in sr9800_link_reset()
|
H A D | ax88179_178a.c | 710 struct ethtool_cmd ecmd = { .cmd = ETHTOOL_GSET }; in ax88179_chk_eee()
|
H A D | smsc75xx.c | 631 struct ethtool_cmd ecmd = { .cmd = ETHTOOL_GSET }; in smsc75xx_link_reset()
|
/openbmc/linux/drivers/net/ethernet/intel/ |
H A D | e100.c | 1687 struct ethtool_cmd cmd = { .cmd = ETHTOOL_GSET }; in e100_watchdog() 2608 struct ethtool_cmd cmd; in e100_diag_test()
|
/openbmc/linux/drivers/net/ethernet/amd/ |
H A D | pcnet32.c | 2195 struct ethtool_cmd ecmd = { .cmd = ETHTOOL_GSET }; in pcnet32_open() 2872 struct ethtool_cmd ecmd = { in pcnet32_check_media()
|