Searched defs:ethtool_ops (Results 1 – 1 of 1) sorted by relevance
10242 const struct ethtool_ops *ethtool_ops; member12045 struct ethtool_ops { struct12046 u32 cap_link_lanes_supported: 1;12047 u32 supported_coalesce_params;12048 void (*get_drvinfo)(struct net_device *, struct ethtool_drvinfo *);12049 int (*get_regs_len)(struct net_device *);12050 void (*get_regs)(struct net_device *, struct ethtool_regs *, void *);12051 void (*get_wol)(struct net_device *, struct ethtool_wolinfo *);12052 int (*set_wol)(struct net_device *, struct ethtool_wolinfo *);12053 u32 (*get_msglevel)(struct net_device *);[all …]