Lines Matching defs:netdev
137 static int igb_get_settings(struct net_device *netdev, struct ethtool_cmd *ecmd) in igb_get_settings()
204 static int igb_set_settings(struct net_device *netdev, struct ethtool_cmd *ecmd) in igb_set_settings()
247 static u32 igb_get_link(struct net_device *netdev) in igb_get_link()
265 static void igb_get_pauseparam(struct net_device *netdev, in igb_get_pauseparam()
284 static int igb_set_pauseparam(struct net_device *netdev, in igb_set_pauseparam()
324 static u32 igb_get_msglevel(struct net_device *netdev) in igb_get_msglevel()
330 static void igb_set_msglevel(struct net_device *netdev, u32 data) in igb_set_msglevel()
336 static int igb_get_regs_len(struct net_device *netdev) in igb_get_regs_len()
342 static void igb_get_regs(struct net_device *netdev, in igb_get_regs()
561 static int igb_get_eeprom_len(struct net_device *netdev) in igb_get_eeprom_len()
567 static int igb_get_eeprom(struct net_device *netdev, in igb_get_eeprom()
614 static int igb_set_eeprom(struct net_device *netdev, in igb_set_eeprom()
675 static void igb_get_drvinfo(struct net_device *netdev, in igb_get_drvinfo()
701 static void igb_get_ringparam(struct net_device *netdev, in igb_get_ringparam()
712 static int igb_set_ringparam(struct net_device *netdev, in igb_set_ringparam()
1191 struct net_device *netdev = adapter->netdev; in igb_intr_test() local
1744 static void igb_diag_test(struct net_device *netdev, in igb_diag_test()
1875 static void igb_get_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) in igb_get_wol()
1908 static int igb_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) in igb_set_wol()
1940 static int igb_set_phys_id(struct net_device *netdev, in igb_set_phys_id()
1966 static int igb_set_coalesce(struct net_device *netdev, in igb_set_coalesce()
2022 static int igb_get_coalesce(struct net_device *netdev, in igb_get_coalesce()
2042 static int igb_nway_reset(struct net_device *netdev) in igb_nway_reset()
2050 static int igb_get_sset_count(struct net_device *netdev, int sset) in igb_get_sset_count()
2062 static void igb_get_ethtool_stats(struct net_device *netdev, in igb_get_ethtool_stats()
2118 static void igb_get_strings(struct net_device *netdev, u32 stringset, u8 *data) in igb_get_strings()
2165 static int igb_ethtool_begin(struct net_device *netdev) in igb_ethtool_begin()
2172 static void igb_ethtool_complete(struct net_device *netdev) in igb_ethtool_complete()
2208 void igb_set_ethtool_ops(struct net_device *netdev) in igb_set_ethtool_ops()