Searched defs:ethtool_ops (Results 1 – 13 of 13) sorted by relevance
418 struct ethtool_ops { struct419 u32 supported_coalesce_params;420 void (*get_drvinfo)(struct net_device *, struct ethtool_drvinfo *);421 int (*get_regs_len)(struct net_device *);422 void (*get_regs)(struct net_device *, struct ethtool_regs *, void *);423 void (*get_wol)(struct net_device *, struct ethtool_wolinfo *);424 int (*set_wol)(struct net_device *, struct ethtool_wolinfo *);425 u32 (*get_msglevel)(struct net_device *);426 void (*set_msglevel)(struct net_device *, u32);427 int (*nway_reset)(struct net_device *);[all …]
1971 const struct ethtool_ops *ethtool_ops; member
88 static const struct ethtool_ops ethtool_ops; variable1335 static const struct ethtool_ops ethtool_ops = { variable
444 static const struct ethtool_ops ethtool_ops; variable1784 static const struct ethtool_ops ethtool_ops = { variable
198 static const struct ethtool_ops ethtool_ops; variable1186 static const struct ethtool_ops ethtool_ops = { variable
356 static const struct ethtool_ops ethtool_ops; variable1346 static const struct ethtool_ops ethtool_ops = { variable
562 static const struct ethtool_ops ethtool_ops; variable1856 static const struct ethtool_ops ethtool_ops = { variable
288 static const struct ethtool_ops ethtool_ops; variable1985 static const struct ethtool_ops ethtool_ops = { variable
585 static const struct ethtool_ops ethtool_ops; variable1893 static const struct ethtool_ops ethtool_ops = { variable
651 static const struct ethtool_ops ethtool_ops; variable2686 static const struct ethtool_ops ethtool_ops = { variable
495 static const struct ethtool_ops ethtool_ops = { variable
2003 static const struct ethtool_ops ethtool_ops = { variable
692 #define ethtool_ops _kc_ethtool_ops macro732 } *ethtool_ops = NULL; variable