Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Dethtool.h19 struct ethtool_cmd { struct
39 static inline void ethtool_cmd_speed_set(struct ethtool_cmd *ep, in ethtool_cmd_speed_set() argument
47 static inline __u32 ethtool_cmd_speed(struct ethtool_cmd *ep) in ethtool_cmd_speed()
/openbmc/phosphor-networkd/src/
H A Dsystem_queries.cpp86 ethtool_cmd edata = {}; in getEthInfo()
/openbmc/qemu/include/standard-headers/linux/
H A Dethtool.h105 struct ethtool_cmd { struct
125 static inline void ethtool_cmd_speed_set(struct ethtool_cmd *ep, in ethtool_cmd_speed_set() argument
132 static inline uint32_t ethtool_cmd_speed(const struct ethtool_cmd *ep) in ethtool_cmd_speed()