Lines Matching defs:netdev

121 static int e1000_get_settings(struct net_device *netdev,  in e1000_get_settings()
250 static int e1000_set_settings(struct net_device *netdev, in e1000_set_settings()
303 static void e1000_get_pauseparam(struct net_device *netdev, in e1000_get_pauseparam()
322 static int e1000_set_pauseparam(struct net_device *netdev, in e1000_set_pauseparam()
370 static u32 e1000_get_msglevel(struct net_device *netdev) in e1000_get_msglevel()
376 static void e1000_set_msglevel(struct net_device *netdev, u32 data) in e1000_set_msglevel()
382 static int e1000_get_regs_len(struct net_device *netdev) in e1000_get_regs_len()
388 static void e1000_get_regs(struct net_device *netdev, in e1000_get_regs()
442 static int e1000_get_eeprom_len(struct net_device *netdev) in e1000_get_eeprom_len()
448 static int e1000_get_eeprom(struct net_device *netdev, in e1000_get_eeprom()
501 static int e1000_set_eeprom(struct net_device *netdev, in e1000_set_eeprom()
578 static void e1000_get_drvinfo(struct net_device *netdev, in e1000_get_drvinfo()
604 static void e1000_get_ringparam(struct net_device *netdev, in e1000_get_ringparam()
617 static int e1000_set_ringparam(struct net_device *netdev, in e1000_set_ringparam()
865 struct net_device *netdev = (struct net_device *) data; in e1000_test_intr() local
876 struct net_device *netdev = adapter->netdev; in e1000_intr_test() local
1645 static int e1000e_get_sset_count(struct net_device *netdev, int sset) in e1000e_get_sset_count()
1657 static void e1000_diag_test(struct net_device *netdev, in e1000_diag_test()
1753 static void e1000_get_wol(struct net_device *netdev, in e1000_get_wol()
1789 static int e1000_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) in e1000_set_wol()
1818 static int e1000_set_phys_id(struct net_device *netdev, in e1000_set_phys_id()
1850 static int e1000_get_coalesce(struct net_device *netdev, in e1000_get_coalesce()
1863 static int e1000_set_coalesce(struct net_device *netdev, in e1000_set_coalesce()
1893 static int e1000_nway_reset(struct net_device *netdev) in e1000_nway_reset()
1908 static void e1000_get_ethtool_stats(struct net_device *netdev, in e1000_get_ethtool_stats()
1938 static void e1000_get_strings(struct net_device *netdev, u32 stringset, in e1000_get_strings()
1986 void e1000e_set_ethtool_ops(struct net_device *netdev) in e1000e_set_ethtool_ops()