Lines Matching defs:netdev
27 static void ionic_get_stats(struct net_device *netdev, in ionic_get_stats()
50 static int ionic_get_sset_count(struct net_device *netdev, int sset) in ionic_get_sset_count()
66 static void ionic_get_strings(struct net_device *netdev, in ionic_get_strings()
82 static void ionic_get_drvinfo(struct net_device *netdev, in ionic_get_drvinfo()
96 static int ionic_get_regs_len(struct net_device *netdev) in ionic_get_regs_len()
101 static void ionic_get_regs(struct net_device *netdev, struct ethtool_regs *regs, in ionic_get_regs()
116 static int ionic_get_link_ksettings(struct net_device *netdev, in ionic_get_link_ksettings()
251 static int ionic_set_link_ksettings(struct net_device *netdev, in ionic_set_link_ksettings()
310 static void ionic_get_pauseparam(struct net_device *netdev, in ionic_get_pauseparam()
325 static int ionic_set_pauseparam(struct net_device *netdev, in ionic_set_pauseparam()
356 static int ionic_get_coalesce(struct net_device *netdev, in ionic_get_coalesce()
368 static int ionic_set_coalesce(struct net_device *netdev, in ionic_set_coalesce()
440 static void ionic_get_ringparam(struct net_device *netdev, in ionic_get_ringparam()
451 static int ionic_set_ringparam(struct net_device *netdev, in ionic_set_ringparam()
490 static void ionic_get_channels(struct net_device *netdev, in ionic_get_channels()
502 static int ionic_set_channels(struct net_device *netdev, in ionic_set_channels()
531 static u32 ionic_get_priv_flags(struct net_device *netdev) in ionic_get_priv_flags()
542 static int ionic_set_priv_flags(struct net_device *netdev, u32 priv_flags) in ionic_set_priv_flags()
557 static int ionic_get_rxnfc(struct net_device *netdev, in ionic_get_rxnfc()
576 static u32 ionic_get_rxfh_indir_size(struct net_device *netdev) in ionic_get_rxfh_indir_size()
583 static u32 ionic_get_rxfh_key_size(struct net_device *netdev) in ionic_get_rxfh_key_size()
588 static int ionic_get_rxfh(struct net_device *netdev, u32 *indir, u8 *key, in ionic_get_rxfh()
609 static int ionic_set_rxfh(struct net_device *netdev, const u32 *indir, in ionic_set_rxfh()
642 static int ionic_get_tunable(struct net_device *netdev, in ionic_get_tunable()
658 static int ionic_get_module_info(struct net_device *netdev, in ionic_get_module_info()
688 static int ionic_get_module_eeprom(struct net_device *netdev, in ionic_get_module_eeprom()
721 static int ionic_nway_reset(struct net_device *netdev) in ionic_nway_reset()
776 void ionic_ethtool_set_ops(struct net_device *netdev) in ionic_ethtool_set_ops()