Searched defs:ethtool_cmd (Results 1 - 1 of 1) sorted by relevance

/external/kernel-headers/original/linux/
H A Dethtool.h18 struct ethtool_cmd { struct
35 static inline void ethtool_cmd_speed_set(struct ethtool_cmd *ep,
43 static inline __u32 ethtool_cmd_speed(struct ethtool_cmd *ep)
220 /* If the link is being auto-negotiated (via ethtool_cmd.autoneg
355 * @get_settings is passed an &ethtool_cmd to fill in. It returns
359 * @set_settings is passed an &ethtool_cmd and should attempt to set
375 int (*get_settings)(struct net_device *, struct ethtool_cmd *);
376 int (*set_settings)(struct net_device *, struct ethtool_cmd *);

Completed in 59 milliseconds