Searched defs:_kc_ethtool_ops (Results 1 – 1 of 1) sorted by relevance
694 struct _kc_ethtool_ops { struct695 int (*get_settings)(struct net_device *, struct ethtool_cmd *);696 int (*set_settings)(struct net_device *, struct ethtool_cmd *);697 void (*get_drvinfo)(struct net_device *, struct ethtool_drvinfo *);698 int (*get_regs_len)(struct net_device *);699 void (*get_regs)(struct net_device *, struct ethtool_regs *, void *);700 void (*get_wol)(struct net_device *, struct ethtool_wolinfo *);701 int (*set_wol)(struct net_device *, struct ethtool_wolinfo *);702 u32 (*get_msglevel)(struct net_device *);703 void (*set_msglevel)(struct net_device *, u32);[all …]