Home
last modified time | relevance | path

Searched defs:ethtool_ops (Results 1 – 2 of 2) sorted by relevance

/third_party/Linux_Kernel/include/linux/
Dethtool.h217 struct ethtool_ops { struct
218 int (*get_settings)(struct net_device *, struct ethtool_cmd *);
219 int (*set_settings)(struct net_device *, struct ethtool_cmd *);
220 void (*get_drvinfo)(struct net_device *, struct ethtool_drvinfo *);
221 int (*get_regs_len)(struct net_device *);
222 void (*get_regs)(struct net_device *, struct ethtool_regs *, void *);
223 void (*get_wol)(struct net_device *, struct ethtool_wolinfo *);
224 int (*set_wol)(struct net_device *, struct ethtool_wolinfo *);
225 u32 (*get_msglevel)(struct net_device *);
226 void (*set_msglevel)(struct net_device *, u32);
[all …]
Dnetdevice.h1598 const struct ethtool_ops *ethtool_ops; member