Home
last modified time | relevance | path

Searched refs:ethtool_cmd (Results 1 – 2 of 2) 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()