Home
last modified time | relevance | path

Searched refs:ethtool_cmd_speed (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/usb/
H A Dasix_devices.c184 ethtool_cmd_speed(&ecmd), ecmd.duplex, mode); in ax88172_link_reset()
307 if (ethtool_cmd_speed(&ecmd) != SPEED_100) in ax88772_link_reset()
314 ethtool_cmd_speed(&ecmd), ecmd.duplex, mode); in ax88772_link_reset()
966 speed = ethtool_cmd_speed(&ecmd); in ax88178_link_reset()
H A Dsr9800.c543 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 Ddm9601.c555 ethtool_cmd_speed(&ecmd), ecmd.duplex); in dm9601_link_reset()
H A Dsmsc75xx.c649 ethtool_cmd_speed(&ecmd), ecmd.duplex, lcladv, rmtadv); in smsc75xx_link_reset()
/OK3568_Linux_fs/u-boot/include/linux/
H A Dethtool.h47 static inline __u32 ethtool_cmd_speed(struct ethtool_cmd *ep) in ethtool_cmd_speed() function
/OK3568_Linux_fs/kernel/net/ethtool/
H A Dcommon.c316 = ethtool_cmd_speed(legacy_settings); in convert_legacy_settings_to_link_ksettings()
/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Dethtool-copy.h61 static __inline__ __u32 ethtool_cmd_speed(const struct ethtool_cmd *ep) in ethtool_cmd_speed() function
/OK3568_Linux_fs/kernel/drivers/net/
H A Dmdio.c323 && (ethtool_cmd_speed(ecmd) == SPEED_10000)) { in mdio45_ethtool_gset_npage()
H A Dmii.c240 u32 speed = ethtool_cmd_speed(ecmd); in mii_ethtool_sset()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dethtool.h121 static __inline__ __u32 ethtool_cmd_speed(const struct ethtool_cmd *ep) in ethtool_cmd_speed() function
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dethtool.h121 static __inline__ __u32 ethtool_cmd_speed(const struct ethtool_cmd *ep) in ethtool_cmd_speed() function
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dethtool.h123 static inline __u32 ethtool_cmd_speed(const struct ethtool_cmd *ep) in ethtool_cmd_speed() function
/OK3568_Linux_fs/kernel/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_main.c1053 hw->mac.link_speed = ethtool_cmd_speed(&cmd); in pch_gbe_watchdog()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/
H A Dpcnet32.c2867 ethtool_cmd_speed(&ecmd), in pcnet32_check_media()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/
H A De100.c1697 speed = ethtool_cmd_speed(&cmd); in e100_watchdog()