Searched refs:ethtool_cmd_speed (Results 1 – 15 of 15) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/usb/ |
| H A D | asix_devices.c | 184 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 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 | 555 ethtool_cmd_speed(&ecmd), ecmd.duplex); in dm9601_link_reset()
|
| H A D | smsc75xx.c | 649 ethtool_cmd_speed(&ecmd), ecmd.duplex, lcladv, rmtadv); in smsc75xx_link_reset()
|
| /OK3568_Linux_fs/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
|
| /OK3568_Linux_fs/kernel/net/ethtool/ |
| H A D | common.c | 316 = ethtool_cmd_speed(legacy_settings); in convert_legacy_settings_to_link_ksettings()
|
| /OK3568_Linux_fs/app/forlinx/quectelCM/ |
| H A D | ethtool-copy.h | 61 static __inline__ __u32 ethtool_cmd_speed(const struct ethtool_cmd *ep) in ethtool_cmd_speed() function
|
| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A D | mdio.c | 323 && (ethtool_cmd_speed(ecmd) == SPEED_10000)) { in mdio45_ethtool_gset_npage()
|
| H A D | mii.c | 240 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 D | ethtool.h | 121 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 D | ethtool.h | 121 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 D | ethtool.h | 123 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 D | pch_gbe_main.c | 1053 hw->mac.link_speed = ethtool_cmd_speed(&cmd); in pch_gbe_watchdog()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/ |
| H A D | pcnet32.c | 2867 ethtool_cmd_speed(&ecmd), in pcnet32_check_media()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ |
| H A D | e100.c | 1697 speed = ethtool_cmd_speed(&cmd); in e100_watchdog()
|