• Home
  • Raw
  • Download

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()
570 static void igc_ethtool_get_ringparam(struct net_device *netdev, in igc_ethtool_get_ringparam()
581 static int igc_ethtool_set_ringparam(struct net_device *netdev, in igc_ethtool_set_ringparam()
696 static void igc_ethtool_get_pauseparam(struct net_device *netdev, in igc_ethtool_get_pauseparam()
715 static int igc_ethtool_set_pauseparam(struct net_device *netdev, in igc_ethtool_set_pauseparam()
755 static void igc_ethtool_get_strings(struct net_device *netdev, u32 stringset, in igc_ethtool_get_strings()
794 static int igc_ethtool_get_sset_count(struct net_device *netdev, int sset) in igc_ethtool_get_sset_count()
808 static void igc_ethtool_get_stats(struct net_device *netdev, in igc_ethtool_get_stats()
876 static int igc_ethtool_get_coalesce(struct net_device *netdev, in igc_ethtool_get_coalesce()
889 static int igc_ethtool_set_coalesce(struct net_device *netdev, in igc_ethtool_set_coalesce()
1319 struct net_device *netdev = adapter->netdev; in igc_ethtool_add_nfc_rule() local
1454 static u32 igc_ethtool_get_rxfh_indir_size(struct net_device *netdev) in igc_ethtool_get_rxfh_indir_size()
1459 static int igc_ethtool_get_rxfh(struct net_device *netdev, u32 *indir, u8 *key, in igc_ethtool_get_rxfh()
1475 static int igc_ethtool_set_rxfh(struct net_device *netdev, const u32 *indir, in igc_ethtool_set_rxfh()
1504 static void igc_ethtool_get_channels(struct net_device *netdev, in igc_ethtool_get_channels()
1521 static int igc_ethtool_set_channels(struct net_device *netdev, in igc_ethtool_set_channels()
1587 static u32 igc_ethtool_get_priv_flags(struct net_device *netdev) in igc_ethtool_get_priv_flags()
1598 static int igc_ethtool_set_priv_flags(struct net_device *netdev, u32 priv_flags) in igc_ethtool_set_priv_flags()
1618 static int igc_ethtool_get_eee(struct net_device *netdev, in igc_ethtool_get_eee()
1659 static int igc_ethtool_set_eee(struct net_device *netdev, in igc_ethtool_set_eee()
1710 static int igc_ethtool_begin(struct net_device *netdev) in igc_ethtool_begin()
1718 static void igc_ethtool_complete(struct net_device *netdev) in igc_ethtool_complete()
1725 static int igc_ethtool_get_link_ksettings(struct net_device *netdev, in igc_ethtool_get_link_ksettings()
1843 igc_ethtool_set_link_ksettings(struct net_device *netdev, in igc_ethtool_set_link_ksettings()
1931 static void igc_ethtool_diag_test(struct net_device *netdev, in igc_ethtool_diag_test()
2031 void igc_ethtool_set_ops(struct net_device *netdev) in igc_ethtool_set_ops()