Home
last modified time | relevance | path

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

/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h12986 const struct ethtool_ops *ethtool_ops; member
14387 struct ethtool_ops { struct
14388 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 …]