Home
last modified time | relevance | path

Searched refs:speed_hi (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/linux/
H A Dethtool.h32 __u16 speed_hi; member
44 ep->speed_hi = (__u16)(speed >> 16); in ethtool_cmd_speed_set()
49 return (ep->speed_hi << 16) | ep->speed; in ethtool_cmd_speed()
/openbmc/qemu/include/standard-headers/linux/
H A Dethtool.h118 uint16_t speed_hi; member
129 ep->speed_hi = (uint16_t)(speed >> 16); in ethtool_cmd_speed_set()
134 return (ep->speed_hi << 16) | ep->speed; in ethtool_cmd_speed()
/openbmc/linux/include/uapi/linux/
H A Dethtool.h118 __u16 speed_hi; member
129 ep->speed_hi = (__u16)(speed >> 16); in ethtool_cmd_speed_set()
134 return (ep->speed_hi << 16) | ep->speed; in ethtool_cmd_speed()