Lines Matching defs:netdev
126 static void igc_get_drvinfo(struct net_device *netdev, in igc_get_drvinfo()
141 static int igc_get_regs_len(struct net_device *netdev) in igc_get_regs_len()
146 static void igc_get_regs(struct net_device *netdev, in igc_get_regs()
311 static u32 igc_get_msglevel(struct net_device *netdev) in igc_get_msglevel()
318 static void igc_set_msglevel(struct net_device *netdev, u32 data) in igc_set_msglevel()
325 static int igc_nway_reset(struct net_device *netdev) in igc_nway_reset()
334 static u32 igc_get_link(struct net_device *netdev) in igc_get_link()
351 static int igc_get_eeprom_len(struct net_device *netdev) in igc_get_eeprom_len()
358 static int igc_get_eeprom(struct net_device *netdev, in igc_get_eeprom()
405 static int igc_set_eeprom(struct net_device *netdev, in igc_set_eeprom()
473 static void igc_get_ringparam(struct net_device *netdev, in igc_get_ringparam()
484 static int igc_set_ringparam(struct net_device *netdev, in igc_set_ringparam()
599 static void igc_get_pauseparam(struct net_device *netdev, in igc_get_pauseparam()
618 static int igc_set_pauseparam(struct net_device *netdev, in igc_set_pauseparam()
658 static void igc_get_strings(struct net_device *netdev, u32 stringset, u8 *data) in igc_get_strings()
709 static int igc_get_sset_count(struct net_device *netdev, int sset) in igc_get_sset_count()
723 static void igc_get_ethtool_stats(struct net_device *netdev, in igc_get_ethtool_stats()
779 static int igc_get_coalesce(struct net_device *netdev, in igc_get_coalesce()
799 static int igc_set_coalesce(struct net_device *netdev, in igc_set_coalesce()
1351 struct net_device *netdev = adapter->netdev; in igc_add_ethtool_nfc_entry() local
1498 static u32 igc_get_rxfh_indir_size(struct net_device *netdev) in igc_get_rxfh_indir_size()
1503 static int igc_get_rxfh(struct net_device *netdev, u32 *indir, u8 *key, in igc_get_rxfh()
1519 static int igc_set_rxfh(struct net_device *netdev, const u32 *indir, in igc_set_rxfh()
1553 static void igc_get_channels(struct net_device *netdev, in igc_get_channels()
1570 static int igc_set_channels(struct net_device *netdev, in igc_set_channels()
1603 static u32 igc_get_priv_flags(struct net_device *netdev) in igc_get_priv_flags()
1614 static int igc_set_priv_flags(struct net_device *netdev, u32 priv_flags) in igc_set_priv_flags()
1634 static int igc_ethtool_begin(struct net_device *netdev) in igc_ethtool_begin()
1642 static void igc_ethtool_complete(struct net_device *netdev) in igc_ethtool_complete()
1649 static int igc_get_link_ksettings(struct net_device *netdev, in igc_get_link_ksettings()
1756 static int igc_set_link_ksettings(struct net_device *netdev, in igc_set_link_ksettings()
1860 void igc_set_ethtool_ops(struct net_device *netdev) in igc_set_ethtool_ops()