Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h9757 const struct ethtool_ops *ethtool_ops; member
10937 struct ethtool_ops { struct
10938 u32 cap_link_lanes_supported: 1;
10939 u32 supported_coalesce_params;
10940 u32 supported_ring_params;
10941 void (*get_drvinfo)(struct net_device *, struct ethtool_drvinfo *);
10942 int (*get_regs_len)(struct net_device *);
10943 void (*get_regs)(struct net_device *, struct ethtool_regs *, void *);
10944 void (*get_wol)(struct net_device *, struct ethtool_wolinfo *);
10945 int (*set_wol)(struct net_device *, struct ethtool_wolinfo *);
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h9677 const struct ethtool_ops *ethtool_ops; member
10852 struct ethtool_ops { struct
10853 u32 cap_link_lanes_supported: 1;
10854 u32 supported_coalesce_params;
10855 u32 supported_ring_params;
10856 void (*get_drvinfo)(struct net_device *, struct ethtool_drvinfo *);
10857 int (*get_regs_len)(struct net_device *);
10858 void (*get_regs)(struct net_device *, struct ethtool_regs *, void *);
10859 void (*get_wol)(struct net_device *, struct ethtool_wolinfo *);
10860 int (*set_wol)(struct net_device *, struct ethtool_wolinfo *);
[all …]