Searched defs:ethtool_ops (Results 1 – 7 of 7) sorted by relevance
| /external/libbpf/.github/actions/build-selftests/ |
| D | vmlinux.h | 12986 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 …]
|
| /external/bcc/libbpf-tools/powerpc/ |
| D | vmlinux_510.h | 11018 const struct ethtool_ops *ethtool_ops; member 12422 struct ethtool_ops { struct 12423 u32 supported_coalesce_params; 12424 void (*get_drvinfo)(struct net_device *, struct ethtool_drvinfo *); 12425 int (*get_regs_len)(struct net_device *); 12426 void (*get_regs)(struct net_device *, struct ethtool_regs *, void *); 12427 void (*get_wol)(struct net_device *, struct ethtool_wolinfo *); 12428 int (*set_wol)(struct net_device *, struct ethtool_wolinfo *); 12429 u32 (*get_msglevel)(struct net_device *); 12430 void (*set_msglevel)(struct net_device *, u32); [all …]
|
| D | vmlinux.h | 11018 const struct ethtool_ops *ethtool_ops; member 12422 struct ethtool_ops { struct 12423 u32 supported_coalesce_params; 12424 void (*get_drvinfo)(struct net_device *, struct ethtool_drvinfo *); 12425 int (*get_regs_len)(struct net_device *); 12426 void (*get_regs)(struct net_device *, struct ethtool_regs *, void *); 12427 void (*get_wol)(struct net_device *, struct ethtool_wolinfo *); 12428 int (*set_wol)(struct net_device *, struct ethtool_wolinfo *); 12429 u32 (*get_msglevel)(struct net_device *); 12430 void (*set_msglevel)(struct net_device *, u32); [all …]
|
| /external/bcc/libbpf-tools/arm64/ |
| D | vmlinux.h | 9985 const struct ethtool_ops *ethtool_ops; member 11321 struct ethtool_ops { struct 11322 u32 supported_coalesce_params; 11323 void (*get_drvinfo)(struct net_device *, struct ethtool_drvinfo *); 11324 int (*get_regs_len)(struct net_device *); 11325 void (*get_regs)(struct net_device *, struct ethtool_regs *, void *); 11326 void (*get_wol)(struct net_device *, struct ethtool_wolinfo *); 11327 int (*set_wol)(struct net_device *, struct ethtool_wolinfo *); 11328 u32 (*get_msglevel)(struct net_device *); 11329 void (*set_msglevel)(struct net_device *, u32); [all …]
|
| D | vmlinux_510.h | 9985 const struct ethtool_ops *ethtool_ops; member 11321 struct ethtool_ops { struct 11322 u32 supported_coalesce_params; 11323 void (*get_drvinfo)(struct net_device *, struct ethtool_drvinfo *); 11324 int (*get_regs_len)(struct net_device *); 11325 void (*get_regs)(struct net_device *, struct ethtool_regs *, void *); 11326 void (*get_wol)(struct net_device *, struct ethtool_wolinfo *); 11327 int (*set_wol)(struct net_device *, struct ethtool_wolinfo *); 11328 u32 (*get_msglevel)(struct net_device *); 11329 void (*set_msglevel)(struct net_device *, u32); [all …]
|
| /external/bcc/libbpf-tools/x86/ |
| D | vmlinux_505.h | 12502 const struct ethtool_ops *ethtool_ops; member 14144 struct ethtool_ops { struct 14145 void (*get_drvinfo)(struct net_device *, struct ethtool_drvinfo *); 14146 int (*get_regs_len)(struct net_device *); 14147 void (*get_regs)(struct net_device *, struct ethtool_regs *, void *); 14148 void (*get_wol)(struct net_device *, struct ethtool_wolinfo *); 14149 int (*set_wol)(struct net_device *, struct ethtool_wolinfo *); 14150 u32 (*get_msglevel)(struct net_device *); 14151 void (*set_msglevel)(struct net_device *, u32); 14152 int (*nway_reset)(struct net_device *); [all …]
|
| D | vmlinux.h | 12502 const struct ethtool_ops *ethtool_ops; member 14144 struct ethtool_ops { struct 14145 void (*get_drvinfo)(struct net_device *, struct ethtool_drvinfo *); 14146 int (*get_regs_len)(struct net_device *); 14147 void (*get_regs)(struct net_device *, struct ethtool_regs *, void *); 14148 void (*get_wol)(struct net_device *, struct ethtool_wolinfo *); 14149 int (*set_wol)(struct net_device *, struct ethtool_wolinfo *); 14150 u32 (*get_msglevel)(struct net_device *); 14151 void (*set_msglevel)(struct net_device *, u32); 14152 int (*nway_reset)(struct net_device *); [all …]
|