Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dethtool.h331 struct ethtool_ops { struct
332 int (*get_settings)(struct net_device *, struct ethtool_cmd *);
333 int (*set_settings)(struct net_device *, struct ethtool_cmd *);
334 void (*get_drvinfo)(struct net_device *, struct ethtool_drvinfo *);
335 int (*get_regs_len)(struct net_device *);
336 void (*get_regs)(struct net_device *, struct ethtool_regs *, void *);
337 void (*get_wol)(struct net_device *, struct ethtool_wolinfo *);
338 int (*set_wol)(struct net_device *, struct ethtool_wolinfo *);
339 u32 (*get_msglevel)(struct net_device *);
340 void (*set_msglevel)(struct net_device *, u32);
[all …]
Dnetdevice.h1818 const struct ethtool_ops *ethtool_ops; member