Lines Matching defs:netdev

131 static void igc_ethtool_get_drvinfo(struct net_device *netdev,  in igc_ethtool_get_drvinfo()
162 static int igc_ethtool_get_regs_len(struct net_device *netdev) in igc_ethtool_get_regs_len()
167 static void igc_ethtool_get_regs(struct net_device *netdev, in igc_ethtool_get_regs()
349 static void igc_ethtool_get_wol(struct net_device *netdev, in igc_ethtool_get_wol()
381 static int igc_ethtool_set_wol(struct net_device *netdev, in igc_ethtool_set_wol()
410 static u32 igc_ethtool_get_msglevel(struct net_device *netdev) in igc_ethtool_get_msglevel()
417 static void igc_ethtool_set_msglevel(struct net_device *netdev, u32 data) in igc_ethtool_set_msglevel()
424 static int igc_ethtool_nway_reset(struct net_device *netdev) in igc_ethtool_nway_reset()
433 static u32 igc_ethtool_get_link(struct net_device *netdev) in igc_ethtool_get_link()
450 static int igc_ethtool_get_eeprom_len(struct net_device *netdev) in igc_ethtool_get_eeprom_len()
457 static int igc_ethtool_get_eeprom(struct net_device *netdev, in igc_ethtool_get_eeprom()
504 static int igc_ethtool_set_eeprom(struct net_device *netdev, in igc_ethtool_set_eeprom()
572 igc_ethtool_get_ringparam(struct net_device *netdev, in igc_ethtool_get_ringparam()
586 igc_ethtool_set_ringparam(struct net_device *netdev, in igc_ethtool_set_ringparam()
703 static void igc_ethtool_get_pauseparam(struct net_device *netdev, in igc_ethtool_get_pauseparam()
722 static int igc_ethtool_set_pauseparam(struct net_device *netdev, in igc_ethtool_set_pauseparam()
762 static void igc_ethtool_get_strings(struct net_device *netdev, u32 stringset, in igc_ethtool_get_strings()
801 static int igc_ethtool_get_sset_count(struct net_device *netdev, int sset) in igc_ethtool_get_sset_count()
815 static void igc_ethtool_get_stats(struct net_device *netdev, in igc_ethtool_get_stats()
883 static int igc_ethtool_get_coalesce(struct net_device *netdev, in igc_ethtool_get_coalesce()
896 static int igc_ethtool_set_coalesce(struct net_device *netdev, in igc_ethtool_set_coalesce()
1326 struct net_device *netdev = adapter->netdev; in igc_ethtool_add_nfc_rule() local
1461 static u32 igc_ethtool_get_rxfh_indir_size(struct net_device *netdev) in igc_ethtool_get_rxfh_indir_size()
1466 static int igc_ethtool_get_rxfh(struct net_device *netdev, u32 *indir, u8 *key, in igc_ethtool_get_rxfh()
1482 static int igc_ethtool_set_rxfh(struct net_device *netdev, const u32 *indir, in igc_ethtool_set_rxfh()
1511 static void igc_ethtool_get_channels(struct net_device *netdev, in igc_ethtool_get_channels()
1528 static int igc_ethtool_set_channels(struct net_device *netdev, in igc_ethtool_set_channels()
1594 static u32 igc_ethtool_get_priv_flags(struct net_device *netdev) in igc_ethtool_get_priv_flags()
1605 static int igc_ethtool_set_priv_flags(struct net_device *netdev, u32 priv_flags) in igc_ethtool_set_priv_flags()
1625 static int igc_ethtool_get_eee(struct net_device *netdev, in igc_ethtool_get_eee()
1666 static int igc_ethtool_set_eee(struct net_device *netdev, in igc_ethtool_set_eee()
1717 static int igc_ethtool_begin(struct net_device *netdev) in igc_ethtool_begin()
1725 static void igc_ethtool_complete(struct net_device *netdev) in igc_ethtool_complete()
1732 static int igc_ethtool_get_link_ksettings(struct net_device *netdev, in igc_ethtool_get_link_ksettings()
1850 igc_ethtool_set_link_ksettings(struct net_device *netdev, in igc_ethtool_set_link_ksettings()
1938 static void igc_ethtool_diag_test(struct net_device *netdev, in igc_ethtool_diag_test()
2038 void igc_ethtool_set_ops(struct net_device *netdev) in igc_ethtool_set_ops()