Home
last modified time | relevance | path

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

/include/linux/
Dethtool.h418 struct ethtool_ops { struct
419 u32 supported_coalesce_params;
420 void (*get_drvinfo)(struct net_device *, struct ethtool_drvinfo *);
421 int (*get_regs_len)(struct net_device *);
422 void (*get_regs)(struct net_device *, struct ethtool_regs *, void *);
423 void (*get_wol)(struct net_device *, struct ethtool_wolinfo *);
424 int (*set_wol)(struct net_device *, struct ethtool_wolinfo *);
425 u32 (*get_msglevel)(struct net_device *);
426 void (*set_msglevel)(struct net_device *, u32);
427 int (*nway_reset)(struct net_device *);
[all …]
Dnetdevice.h1975 const struct ethtool_ops *ethtool_ops; member