Lines Matching defs:netdev

135 static int igb_get_link_ksettings(struct net_device *netdev,  in igb_get_link_ksettings()
260 static int igb_set_link_ksettings(struct net_device *netdev, in igb_set_link_ksettings()
358 static u32 igb_get_link(struct net_device *netdev) in igb_get_link()
375 static void igb_get_pauseparam(struct net_device *netdev, in igb_get_pauseparam()
394 static int igb_set_pauseparam(struct net_device *netdev, in igb_set_pauseparam()
446 static u32 igb_get_msglevel(struct net_device *netdev) in igb_get_msglevel()
452 static void igb_set_msglevel(struct net_device *netdev, u32 data) in igb_set_msglevel()
458 static int igb_get_regs_len(struct net_device *netdev) in igb_get_regs_len()
464 static void igb_get_regs(struct net_device *netdev, in igb_get_regs()
727 static int igb_get_eeprom_len(struct net_device *netdev) in igb_get_eeprom_len()
733 static int igb_get_eeprom(struct net_device *netdev, in igb_get_eeprom()
780 static int igb_set_eeprom(struct net_device *netdev, in igb_set_eeprom()
848 static void igb_get_drvinfo(struct net_device *netdev, in igb_get_drvinfo()
866 static void igb_get_ringparam(struct net_device *netdev, in igb_get_ringparam()
879 static int igb_set_ringparam(struct net_device *netdev, in igb_set_ringparam()
1403 struct net_device *netdev = adapter->netdev; in igb_intr_test() local
2010 static void igb_diag_test(struct net_device *netdev, in igb_diag_test()
2098 static void igb_get_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) in igb_get_wol()
2129 static int igb_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) in igb_set_wol()
2160 static int igb_set_phys_id(struct net_device *netdev, in igb_set_phys_id()
2186 static int igb_set_coalesce(struct net_device *netdev, in igb_set_coalesce()
2244 static int igb_get_coalesce(struct net_device *netdev, in igb_get_coalesce()
2266 static int igb_nway_reset(struct net_device *netdev) in igb_nway_reset()
2274 static int igb_get_sset_count(struct net_device *netdev, int sset) in igb_get_sset_count()
2288 static void igb_get_ethtool_stats(struct net_device *netdev, in igb_get_ethtool_stats()
2344 static void igb_get_strings(struct net_device *netdev, u32 stringset, u8 *data) in igb_get_strings()
2900 struct net_device *netdev = adapter->netdev; in igb_add_ethtool_nfc_entry() local
3026 static int igb_get_eee(struct net_device *netdev, struct ethtool_eee *edata) in igb_get_eee()
3104 static int igb_set_eee(struct net_device *netdev, in igb_set_eee()
3178 static int igb_get_module_info(struct net_device *netdev, in igb_get_module_info()
3220 static int igb_get_module_eeprom(struct net_device *netdev, in igb_get_module_eeprom()
3260 static int igb_ethtool_begin(struct net_device *netdev) in igb_ethtool_begin()
3267 static void igb_ethtool_complete(struct net_device *netdev) in igb_ethtool_complete()
3273 static u32 igb_get_rxfh_indir_size(struct net_device *netdev) in igb_get_rxfh_indir_size()
3278 static int igb_get_rxfh(struct net_device *netdev, u32 *indir, u8 *key, in igb_get_rxfh()
3329 static int igb_set_rxfh(struct net_device *netdev, const u32 *indir, in igb_set_rxfh()
3375 static void igb_get_channels(struct net_device *netdev, in igb_get_channels()
3392 static int igb_set_channels(struct net_device *netdev, in igb_set_channels()
3425 static u32 igb_get_priv_flags(struct net_device *netdev) in igb_get_priv_flags()
3436 static int igb_set_priv_flags(struct net_device *netdev, u32 priv_flags) in igb_set_priv_flags()
3501 void igb_set_ethtool_ops(struct net_device *netdev) in igb_set_ethtool_ops()