Lines Matching defs:netdev

128 static void igc_ethtool_get_drvinfo(struct net_device *netdev,  in igc_ethtool_get_drvinfo()
142 static int igc_ethtool_get_regs_len(struct net_device *netdev) in igc_ethtool_get_regs_len()
147 static void igc_ethtool_get_regs(struct net_device *netdev, in igc_ethtool_get_regs()
329 static void igc_ethtool_get_wol(struct net_device *netdev, in igc_ethtool_get_wol()
361 static int igc_ethtool_set_wol(struct net_device *netdev, in igc_ethtool_set_wol()
390 static u32 igc_ethtool_get_msglevel(struct net_device *netdev) in igc_ethtool_get_msglevel()
397 static void igc_ethtool_set_msglevel(struct net_device *netdev, u32 data) in igc_ethtool_set_msglevel()
404 static int igc_ethtool_nway_reset(struct net_device *netdev) in igc_ethtool_nway_reset()
413 static u32 igc_ethtool_get_link(struct net_device *netdev) in igc_ethtool_get_link()
430 static int igc_ethtool_get_eeprom_len(struct net_device *netdev) in igc_ethtool_get_eeprom_len()
437 static int igc_ethtool_get_eeprom(struct net_device *netdev, in igc_ethtool_get_eeprom()
484 static int igc_ethtool_set_eeprom(struct net_device *netdev, in igc_ethtool_set_eeprom()
552 static void igc_ethtool_get_ringparam(struct net_device *netdev, in igc_ethtool_get_ringparam()
563 static int igc_ethtool_set_ringparam(struct net_device *netdev, in igc_ethtool_set_ringparam()
678 static void igc_ethtool_get_pauseparam(struct net_device *netdev, in igc_ethtool_get_pauseparam()
697 static int igc_ethtool_set_pauseparam(struct net_device *netdev, in igc_ethtool_set_pauseparam()
737 static void igc_ethtool_get_strings(struct net_device *netdev, u32 stringset, in igc_ethtool_get_strings()
789 static int igc_ethtool_get_sset_count(struct net_device *netdev, int sset) in igc_ethtool_get_sset_count()
803 static void igc_ethtool_get_stats(struct net_device *netdev, in igc_ethtool_get_stats()
859 static int igc_ethtool_get_coalesce(struct net_device *netdev, in igc_ethtool_get_coalesce()
879 static int igc_ethtool_set_coalesce(struct net_device *netdev, in igc_ethtool_set_coalesce()
1262 struct net_device *netdev = adapter->netdev; in igc_ethtool_add_nfc_rule() local
1383 static u32 igc_ethtool_get_rxfh_indir_size(struct net_device *netdev) in igc_ethtool_get_rxfh_indir_size()
1388 static int igc_ethtool_get_rxfh(struct net_device *netdev, u32 *indir, u8 *key, in igc_ethtool_get_rxfh()
1404 static int igc_ethtool_set_rxfh(struct net_device *netdev, const u32 *indir, in igc_ethtool_set_rxfh()
1433 static void igc_ethtool_get_channels(struct net_device *netdev, in igc_ethtool_get_channels()
1450 static int igc_ethtool_set_channels(struct net_device *netdev, in igc_ethtool_set_channels()
1516 static u32 igc_ethtool_get_priv_flags(struct net_device *netdev) in igc_ethtool_get_priv_flags()
1527 static int igc_ethtool_set_priv_flags(struct net_device *netdev, u32 priv_flags) in igc_ethtool_set_priv_flags()
1547 static int igc_ethtool_get_eee(struct net_device *netdev, in igc_ethtool_get_eee()
1588 static int igc_ethtool_set_eee(struct net_device *netdev, in igc_ethtool_set_eee()
1639 static int igc_ethtool_begin(struct net_device *netdev) in igc_ethtool_begin()
1647 static void igc_ethtool_complete(struct net_device *netdev) in igc_ethtool_complete()
1654 static int igc_ethtool_get_link_ksettings(struct net_device *netdev, in igc_ethtool_get_link_ksettings()
1762 igc_ethtool_set_link_ksettings(struct net_device *netdev, in igc_ethtool_set_link_ksettings()
1829 static void igc_ethtool_diag_test(struct net_device *netdev, in igc_ethtool_diag_test()
1929 void igc_ethtool_set_ops(struct net_device *netdev) in igc_ethtool_set_ops()