Lines Matching defs:netdev

130 static void igc_ethtool_get_drvinfo(struct net_device *netdev,  in igc_ethtool_get_drvinfo()
161 static int igc_ethtool_get_regs_len(struct net_device *netdev) in igc_ethtool_get_regs_len()
166 static void igc_ethtool_get_regs(struct net_device *netdev, in igc_ethtool_get_regs()
348 static void igc_ethtool_get_wol(struct net_device *netdev, in igc_ethtool_get_wol()
380 static int igc_ethtool_set_wol(struct net_device *netdev, in igc_ethtool_set_wol()
409 static u32 igc_ethtool_get_msglevel(struct net_device *netdev) in igc_ethtool_get_msglevel()
416 static void igc_ethtool_set_msglevel(struct net_device *netdev, u32 data) in igc_ethtool_set_msglevel()
423 static int igc_ethtool_nway_reset(struct net_device *netdev) in igc_ethtool_nway_reset()
432 static u32 igc_ethtool_get_link(struct net_device *netdev) in igc_ethtool_get_link()
449 static int igc_ethtool_get_eeprom_len(struct net_device *netdev) in igc_ethtool_get_eeprom_len()
456 static int igc_ethtool_get_eeprom(struct net_device *netdev, in igc_ethtool_get_eeprom()
503 static int igc_ethtool_set_eeprom(struct net_device *netdev, in igc_ethtool_set_eeprom()
571 igc_ethtool_get_ringparam(struct net_device *netdev, in igc_ethtool_get_ringparam()
585 igc_ethtool_set_ringparam(struct net_device *netdev, in igc_ethtool_set_ringparam()
702 static void igc_ethtool_get_pauseparam(struct net_device *netdev, in igc_ethtool_get_pauseparam()
721 static int igc_ethtool_set_pauseparam(struct net_device *netdev, in igc_ethtool_set_pauseparam()
761 static void igc_ethtool_get_strings(struct net_device *netdev, u32 stringset, in igc_ethtool_get_strings()
800 static int igc_ethtool_get_sset_count(struct net_device *netdev, int sset) in igc_ethtool_get_sset_count()
814 static void igc_ethtool_get_stats(struct net_device *netdev, in igc_ethtool_get_stats()
870 static int igc_ethtool_get_coalesce(struct net_device *netdev, in igc_ethtool_get_coalesce()
892 static int igc_ethtool_set_coalesce(struct net_device *netdev, in igc_ethtool_set_coalesce()
1302 struct net_device *netdev = adapter->netdev; in igc_ethtool_add_nfc_rule() local
1417 static u32 igc_ethtool_get_rxfh_indir_size(struct net_device *netdev) in igc_ethtool_get_rxfh_indir_size()
1422 static int igc_ethtool_get_rxfh(struct net_device *netdev, u32 *indir, u8 *key, in igc_ethtool_get_rxfh()
1438 static int igc_ethtool_set_rxfh(struct net_device *netdev, const u32 *indir, in igc_ethtool_set_rxfh()
1467 static void igc_ethtool_get_channels(struct net_device *netdev, in igc_ethtool_get_channels()
1484 static int igc_ethtool_set_channels(struct net_device *netdev, in igc_ethtool_set_channels()
1550 static u32 igc_ethtool_get_priv_flags(struct net_device *netdev) in igc_ethtool_get_priv_flags()
1561 static int igc_ethtool_set_priv_flags(struct net_device *netdev, u32 priv_flags) in igc_ethtool_set_priv_flags()
1581 static int igc_ethtool_get_eee(struct net_device *netdev, in igc_ethtool_get_eee()
1622 static int igc_ethtool_set_eee(struct net_device *netdev, in igc_ethtool_set_eee()
1673 static int igc_ethtool_begin(struct net_device *netdev) in igc_ethtool_begin()
1681 static void igc_ethtool_complete(struct net_device *netdev) in igc_ethtool_complete()
1688 static int igc_ethtool_get_link_ksettings(struct net_device *netdev, in igc_ethtool_get_link_ksettings()
1804 igc_ethtool_set_link_ksettings(struct net_device *netdev, in igc_ethtool_set_link_ksettings()
1877 static void igc_ethtool_diag_test(struct net_device *netdev, in igc_ethtool_diag_test()
1977 void igc_ethtool_set_ops(struct net_device *netdev) in igc_ethtool_set_ops()