Searched refs:ethtool_cmd_speed (Results 1 – 13 of 13) sorted by relevance
/openbmc/u-boot/include/linux/ |
H A D | ethtool.h | 47 static inline __u32 ethtool_cmd_speed(struct ethtool_cmd *ep) in ethtool_cmd_speed() function
|
/openbmc/linux/drivers/net/usb/ |
H A D | sr9800.c | 543 if (ethtool_cmd_speed(&ecmd) != SPEED_100) in sr9800_link_reset() 550 __func__, ethtool_cmd_speed(&ecmd), ecmd.duplex, mode); in sr9800_link_reset()
|
H A D | dm9601.c | 561 ethtool_cmd_speed(&ecmd), ecmd.duplex); in dm9601_link_reset()
|
H A D | asix_devices.c | 184 ethtool_cmd_speed(&ecmd), ecmd.duplex, mode); in ax88172_link_reset() 1161 speed = ethtool_cmd_speed(&ecmd); in ax88178_link_reset()
|
H A D | smsc75xx.c | 651 ethtool_cmd_speed(&ecmd), ecmd.duplex, lcladv, rmtadv); in smsc75xx_link_reset()
|
/openbmc/linux/drivers/net/ |
H A D | mdio.c | 323 && (ethtool_cmd_speed(ecmd) == SPEED_10000)) { in mdio45_ethtool_gset_npage()
|
H A D | mii.c | 238 u32 speed = ethtool_cmd_speed(ecmd); in mii_ethtool_sset()
|
/openbmc/linux/net/ethtool/ |
H A D | common.c | 498 = ethtool_cmd_speed(legacy_settings); in convert_legacy_settings_to_link_ksettings()
|
/openbmc/linux/include/uapi/linux/ |
H A D | ethtool.h | 132 static inline __u32 ethtool_cmd_speed(const struct ethtool_cmd *ep) in ethtool_cmd_speed() function
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | ethtool.h | 132 static inline uint32_t ethtool_cmd_speed(const struct ethtool_cmd *ep) in ethtool_cmd_speed() function
|
/openbmc/linux/drivers/net/ethernet/oki-semi/pch_gbe/ |
H A D | pch_gbe_main.c | 1030 hw->mac.link_speed = ethtool_cmd_speed(&cmd); in pch_gbe_watchdog()
|
/openbmc/linux/drivers/net/ethernet/intel/ |
H A D | e100.c | 1696 speed = ethtool_cmd_speed(&cmd); in e100_watchdog()
|
/openbmc/linux/drivers/net/ethernet/amd/ |
H A D | pcnet32.c | 2876 ethtool_cmd_speed(&ecmd), in pcnet32_check_media()
|