Searched defs:ethtool_ops (Results 1 – 1 of 1) sorted by relevance
12986 const struct ethtool_ops *ethtool_ops; member14387 struct ethtool_ops { struct14388 u32 cap_link_lanes_supported: 1;14389 u32 supported_coalesce_params;14390 u32 supported_ring_params;14391 void (*get_drvinfo)(struct net_device *, struct ethtool_drvinfo *);14392 int (*get_regs_len)(struct net_device *);14393 void (*get_regs)(struct net_device *, struct ethtool_regs *, void *);14394 void (*get_wol)(struct net_device *, struct ethtool_wolinfo *);14395 int (*set_wol)(struct net_device *, struct ethtool_wolinfo *);[all …]