Lines Matching defs:netdev

134 static void igc_ethtool_get_drvinfo(struct net_device *netdev,  in igc_ethtool_get_drvinfo()
165 static int igc_ethtool_get_regs_len(struct net_device *netdev) in igc_ethtool_get_regs_len()
170 static void igc_ethtool_get_regs(struct net_device *netdev, in igc_ethtool_get_regs()
352 static void igc_ethtool_get_wol(struct net_device *netdev, in igc_ethtool_get_wol()
384 static int igc_ethtool_set_wol(struct net_device *netdev, in igc_ethtool_set_wol()
413 static u32 igc_ethtool_get_msglevel(struct net_device *netdev) in igc_ethtool_get_msglevel()
420 static void igc_ethtool_set_msglevel(struct net_device *netdev, u32 data) in igc_ethtool_set_msglevel()
427 static int igc_ethtool_nway_reset(struct net_device *netdev) in igc_ethtool_nway_reset()
436 static u32 igc_ethtool_get_link(struct net_device *netdev) in igc_ethtool_get_link()
453 static int igc_ethtool_get_eeprom_len(struct net_device *netdev) in igc_ethtool_get_eeprom_len()
460 static int igc_ethtool_get_eeprom(struct net_device *netdev, in igc_ethtool_get_eeprom()
507 static int igc_ethtool_set_eeprom(struct net_device *netdev, in igc_ethtool_set_eeprom()
575 igc_ethtool_get_ringparam(struct net_device *netdev, in igc_ethtool_get_ringparam()
589 igc_ethtool_set_ringparam(struct net_device *netdev, in igc_ethtool_set_ringparam()
706 static void igc_ethtool_get_pauseparam(struct net_device *netdev, in igc_ethtool_get_pauseparam()
725 static int igc_ethtool_set_pauseparam(struct net_device *netdev, in igc_ethtool_set_pauseparam()
765 static void igc_ethtool_get_strings(struct net_device *netdev, u32 stringset, in igc_ethtool_get_strings()
803 static int igc_ethtool_get_sset_count(struct net_device *netdev, int sset) in igc_ethtool_get_sset_count()
817 static void igc_ethtool_get_stats(struct net_device *netdev, in igc_ethtool_get_stats()
885 static int igc_ethtool_get_coalesce(struct net_device *netdev, in igc_ethtool_get_coalesce()
898 static int igc_ethtool_set_coalesce(struct net_device *netdev, in igc_ethtool_set_coalesce()
1348 struct net_device *netdev = adapter->netdev; in igc_ethtool_add_nfc_rule() local
1481 static u32 igc_ethtool_get_rxfh_indir_size(struct net_device *netdev) in igc_ethtool_get_rxfh_indir_size()
1486 static int igc_ethtool_get_rxfh(struct net_device *netdev, in igc_ethtool_get_rxfh()
1501 static int igc_ethtool_set_rxfh(struct net_device *netdev, in igc_ethtool_set_rxfh()
1532 static void igc_ethtool_get_channels(struct net_device *netdev, in igc_ethtool_get_channels()
1549 static int igc_ethtool_set_channels(struct net_device *netdev, in igc_ethtool_set_channels()
1615 static u32 igc_ethtool_get_priv_flags(struct net_device *netdev) in igc_ethtool_get_priv_flags()
1629 static int igc_ethtool_set_priv_flags(struct net_device *netdev, u32 priv_flags) in igc_ethtool_set_priv_flags()
1652 static int igc_ethtool_get_eee(struct net_device *netdev, in igc_ethtool_get_eee()
1761 static int igc_ethtool_set_eee(struct net_device *netdev, in igc_ethtool_set_eee()
1811 static int igc_ethtool_get_mm(struct net_device *netdev, in igc_ethtool_get_mm()
1824 static int igc_ethtool_set_mm(struct net_device *netdev, in igc_ethtool_set_mm()
1888 static int igc_ethtool_get_link_ksettings(struct net_device *netdev, in igc_ethtool_get_link_ksettings()
2000 igc_ethtool_set_link_ksettings(struct net_device *netdev, in igc_ethtool_set_link_ksettings()
2087 static void igc_ethtool_diag_test(struct net_device *netdev, in igc_ethtool_diag_test()
2190 void igc_ethtool_set_ops(struct net_device *netdev) in igc_ethtool_set_ops()