Lines Matching defs:netdev
22 static void ionic_get_stats(struct net_device *netdev, in ionic_get_stats()
46 static int ionic_get_sset_count(struct net_device *netdev, int sset) in ionic_get_sset_count()
59 static void ionic_get_strings(struct net_device *netdev, in ionic_get_strings()
71 static void ionic_get_drvinfo(struct net_device *netdev, in ionic_get_drvinfo()
84 static int ionic_get_regs_len(struct net_device *netdev) in ionic_get_regs_len()
89 static void ionic_get_regs(struct net_device *netdev, struct ethtool_regs *regs, in ionic_get_regs()
107 static void ionic_get_link_ext_stats(struct net_device *netdev, in ionic_get_link_ext_stats()
116 static int ionic_get_link_ksettings(struct net_device *netdev, in ionic_get_link_ksettings()
266 static int ionic_set_link_ksettings(struct net_device *netdev, in ionic_set_link_ksettings()
300 static void ionic_get_pauseparam(struct net_device *netdev, in ionic_get_pauseparam()
315 static int ionic_set_pauseparam(struct net_device *netdev, in ionic_set_pauseparam()
349 static int ionic_get_fecparam(struct net_device *netdev, in ionic_get_fecparam()
371 static int ionic_set_fecparam(struct net_device *netdev, in ionic_set_fecparam()
416 static int ionic_get_coalesce(struct net_device *netdev, in ionic_get_coalesce()
436 static int ionic_set_coalesce(struct net_device *netdev, in ionic_set_coalesce()
604 static void ionic_get_ringparam(struct net_device *netdev, in ionic_get_ringparam()
619 static int ionic_set_ringparam(struct net_device *netdev, in ionic_set_ringparam()
692 static void ionic_get_channels(struct net_device *netdev, in ionic_get_channels()
711 static int ionic_set_channels(struct net_device *netdev, in ionic_set_channels()
795 static int ionic_get_rxnfc(struct net_device *netdev, in ionic_get_rxnfc()
814 static u32 ionic_get_rxfh_indir_size(struct net_device *netdev) in ionic_get_rxfh_indir_size()
821 static u32 ionic_get_rxfh_key_size(struct net_device *netdev) in ionic_get_rxfh_key_size()
826 static int ionic_get_rxfh(struct net_device *netdev, u32 *indir, u8 *key, in ionic_get_rxfh()
847 static int ionic_set_rxfh(struct net_device *netdev, const u32 *indir, in ionic_set_rxfh()
875 static int ionic_get_tunable(struct net_device *netdev, in ionic_get_tunable()
891 static int ionic_get_module_info(struct net_device *netdev, in ionic_get_module_info()
925 static int ionic_get_module_eeprom(struct net_device *netdev, in ionic_get_module_eeprom()
958 static int ionic_get_ts_info(struct net_device *netdev, in ionic_get_ts_info()
1050 static int ionic_nway_reset(struct net_device *netdev) in ionic_nway_reset()
1115 void ionic_ethtool_set_ops(struct net_device *netdev) in ionic_ethtool_set_ops()