Lines Matching defs:netdev
24 static void ionic_get_stats(struct net_device *netdev, in ionic_get_stats()
48 static int ionic_get_sset_count(struct net_device *netdev, int sset) in ionic_get_sset_count()
61 static void ionic_get_strings(struct net_device *netdev, in ionic_get_strings()
73 static void ionic_get_drvinfo(struct net_device *netdev, in ionic_get_drvinfo()
86 static int ionic_get_regs_len(struct net_device *netdev) in ionic_get_regs_len()
91 static void ionic_get_regs(struct net_device *netdev, struct ethtool_regs *regs, in ionic_get_regs()
114 static void ionic_get_link_ext_stats(struct net_device *netdev, in ionic_get_link_ext_stats()
123 static int ionic_get_link_ksettings(struct net_device *netdev, in ionic_get_link_ksettings()
312 static int ionic_set_link_ksettings(struct net_device *netdev, in ionic_set_link_ksettings()
346 static void ionic_get_pauseparam(struct net_device *netdev, in ionic_get_pauseparam()
361 static int ionic_set_pauseparam(struct net_device *netdev, in ionic_set_pauseparam()
395 static int ionic_get_fecparam(struct net_device *netdev, in ionic_get_fecparam()
417 static int ionic_set_fecparam(struct net_device *netdev, in ionic_set_fecparam()
462 static int ionic_get_coalesce(struct net_device *netdev, in ionic_get_coalesce()
482 static int ionic_set_coalesce(struct net_device *netdev, in ionic_set_coalesce()
650 static void ionic_get_ringparam(struct net_device *netdev, in ionic_get_ringparam()
665 static int ionic_set_ringparam(struct net_device *netdev, in ionic_set_ringparam()
738 static void ionic_get_channels(struct net_device *netdev, in ionic_get_channels()
757 static int ionic_set_channels(struct net_device *netdev, in ionic_set_channels()
846 static int ionic_get_rxnfc(struct net_device *netdev, in ionic_get_rxnfc()
865 static u32 ionic_get_rxfh_indir_size(struct net_device *netdev) in ionic_get_rxfh_indir_size()
872 static u32 ionic_get_rxfh_key_size(struct net_device *netdev) in ionic_get_rxfh_key_size()
877 static int ionic_get_rxfh(struct net_device *netdev, in ionic_get_rxfh()
897 static int ionic_set_rxfh(struct net_device *netdev, in ionic_set_rxfh()
935 static int ionic_get_tunable(struct net_device *netdev, in ionic_get_tunable()
951 static int ionic_get_module_info(struct net_device *netdev, in ionic_get_module_info()
986 static int ionic_get_module_eeprom(struct net_device *netdev, in ionic_get_module_eeprom()
1019 static int ionic_get_ts_info(struct net_device *netdev, in ionic_get_ts_info()
1109 static int ionic_nway_reset(struct net_device *netdev) in ionic_nway_reset()
1174 void ionic_ethtool_set_ops(struct net_device *netdev) in ionic_ethtool_set_ops()