Lines Matching defs:netdev

109 static int e1000_get_settings(struct net_device *netdev,  in e1000_get_settings()
180 static int e1000_set_settings(struct net_device *netdev, in e1000_set_settings()
220 static u32 e1000_get_link(struct net_device *netdev) in e1000_get_link()
237 static void e1000_get_pauseparam(struct net_device *netdev, in e1000_get_pauseparam()
256 static int e1000_set_pauseparam(struct net_device *netdev, in e1000_set_pauseparam()
293 static u32 e1000_get_msglevel(struct net_device *netdev) in e1000_get_msglevel()
299 static void e1000_set_msglevel(struct net_device *netdev, u32 data) in e1000_set_msglevel()
305 static int e1000_get_regs_len(struct net_device *netdev) in e1000_get_regs_len()
311 static void e1000_get_regs(struct net_device *netdev, struct ethtool_regs *regs, in e1000_get_regs()
399 static int e1000_get_eeprom_len(struct net_device *netdev) in e1000_get_eeprom_len()
407 static int e1000_get_eeprom(struct net_device *netdev, in e1000_get_eeprom()
454 static int e1000_set_eeprom(struct net_device *netdev, in e1000_set_eeprom()
514 static void e1000_get_drvinfo(struct net_device *netdev, in e1000_get_drvinfo()
530 static void e1000_get_ringparam(struct net_device *netdev, in e1000_get_ringparam()
547 static int e1000_set_ringparam(struct net_device *netdev, in e1000_set_ringparam()
803 struct net_device *netdev = (struct net_device *)data; in e1000_test_intr() local
814 struct net_device *netdev = adapter->netdev; in e1000_intr_test() local
1478 static int e1000_get_sset_count(struct net_device *netdev, int sset) in e1000_get_sset_count()
1490 static void e1000_diag_test(struct net_device *netdev, in e1000_diag_test()
1616 static void e1000_get_wol(struct net_device *netdev, in e1000_get_wol()
1656 static int e1000_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) in e1000_set_wol()
1697 static int e1000_set_phys_id(struct net_device *netdev, in e1000_set_phys_id()
1723 static int e1000_get_coalesce(struct net_device *netdev, in e1000_get_coalesce()
1739 static int e1000_set_coalesce(struct net_device *netdev, in e1000_set_coalesce()
1772 static int e1000_nway_reset(struct net_device *netdev) in e1000_nway_reset()
1780 static void e1000_get_ethtool_stats(struct net_device *netdev, in e1000_get_ethtool_stats()
1806 static void e1000_get_strings(struct net_device *netdev, u32 stringset, in e1000_get_strings()
1856 void e1000_set_ethtool_ops(struct net_device *netdev) in e1000_set_ethtool_ops()