Lines Matching defs:netdev

103 static int e1000_get_link_ksettings(struct net_device *netdev,  in e1000_get_link_ksettings()
251 static int e1000_set_link_ksettings(struct net_device *netdev, in e1000_set_link_ksettings()
340 static void e1000_get_pauseparam(struct net_device *netdev, in e1000_get_pauseparam()
359 static int e1000_set_pauseparam(struct net_device *netdev, in e1000_set_pauseparam()
410 static u32 e1000_get_msglevel(struct net_device *netdev) in e1000_get_msglevel()
416 static void e1000_set_msglevel(struct net_device *netdev, u32 data) in e1000_set_msglevel()
422 static int e1000_get_regs_len(struct net_device __always_unused *netdev) in e1000_get_regs_len()
428 static void e1000_get_regs(struct net_device *netdev, in e1000_get_regs()
487 static int e1000_get_eeprom_len(struct net_device *netdev) in e1000_get_eeprom_len()
493 static int e1000_get_eeprom(struct net_device *netdev, in e1000_get_eeprom()
550 static int e1000_set_eeprom(struct net_device *netdev, in e1000_set_eeprom()
630 static void e1000_get_drvinfo(struct net_device *netdev, in e1000_get_drvinfo()
650 static void e1000_get_ringparam(struct net_device *netdev, in e1000_get_ringparam()
661 static int e1000_set_ringparam(struct net_device *netdev, in e1000_set_ringparam()
973 struct net_device *netdev = (struct net_device *)data; in e1000_test_intr() local
984 struct net_device *netdev = adapter->netdev; in e1000_intr_test() local
1771 static int e1000e_get_sset_count(struct net_device __always_unused *netdev, in e1000e_get_sset_count()
1784 static void e1000_diag_test(struct net_device *netdev, in e1000_diag_test()
1884 static void e1000_get_wol(struct net_device *netdev, in e1000_get_wol()
1919 static int e1000_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) in e1000_set_wol()
1948 static int e1000_set_phys_id(struct net_device *netdev, in e1000_set_phys_id()
1984 static int e1000_get_coalesce(struct net_device *netdev, in e1000_get_coalesce()
1997 static int e1000_set_coalesce(struct net_device *netdev, in e1000_set_coalesce()
2031 static int e1000_nway_reset(struct net_device *netdev) in e1000_nway_reset()
2048 static void e1000_get_ethtool_stats(struct net_device *netdev, in e1000_get_ethtool_stats()
2083 static void e1000_get_strings(struct net_device __always_unused *netdev, in e1000_get_strings()
2103 static int e1000_get_rxnfc(struct net_device *netdev, in e1000_get_rxnfc()
2155 static int e1000e_get_eee(struct net_device *netdev, struct ethtool_eee *edata) in e1000e_get_eee()
2231 static int e1000e_set_eee(struct net_device *netdev, struct ethtool_eee *edata) in e1000e_set_eee()
2274 static int e1000e_get_ts_info(struct net_device *netdev, in e1000e_get_ts_info()
2341 void e1000e_set_ethtool_ops(struct net_device *netdev) in e1000e_set_ethtool_ops()