Home
last modified time | relevance | path

Searched refs:ethtool_cmd_speed_set (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/linux/
Dethtool.h53 static __inline__ void ethtool_cmd_speed_set(struct ethtool_cmd *ep, in ethtool_cmd_speed_set() function
/aosp_15_r20/external/libnl/include/linux-private/linux/
H A Dethtool.h123 static __inline__ void ethtool_cmd_speed_set(struct ethtool_cmd *ep, in ethtool_cmd_speed_set() function
/aosp_15_r20/external/kernel-headers/original/uapi/linux/
H A Dethtool.h125 static inline void ethtool_cmd_speed_set(struct ethtool_cmd *ep, in ethtool_cmd_speed_set() function
/aosp_15_r20/external/ethtool/uapi/linux/
H A Dethtool.h123 static __inline__ void ethtool_cmd_speed_set(struct ethtool_cmd *ep, in ethtool_cmd_speed_set() function
/aosp_15_r20/external/ethtool/
H A Dethtool.c2878 ethtool_cmd_speed_set(&ecmd, link_usettings->base.speed); in do_ioctl_sset()