Lines Matching defs:netdev
1105 static void lan78xx_set_multicast(struct net_device *netdev) in lan78xx_set_multicast()
1379 static int lan78xx_ethtool_get_eeprom_len(struct net_device *netdev) in lan78xx_ethtool_get_eeprom_len()
1384 static int lan78xx_ethtool_get_eeprom(struct net_device *netdev, in lan78xx_ethtool_get_eeprom()
1403 static int lan78xx_ethtool_set_eeprom(struct net_device *netdev, in lan78xx_ethtool_set_eeprom()
1429 static void lan78xx_get_strings(struct net_device *netdev, u32 stringset, in lan78xx_get_strings()
1436 static int lan78xx_get_sset_count(struct net_device *netdev, int sset) in lan78xx_get_sset_count()
1444 static void lan78xx_get_stats(struct net_device *netdev, in lan78xx_get_stats()
1456 static void lan78xx_get_wol(struct net_device *netdev, in lan78xx_get_wol()
1484 static int lan78xx_set_wol(struct net_device *netdev, in lan78xx_set_wol()
1721 static int lan78xx_get_regs_len(struct net_device *netdev) in lan78xx_get_regs_len()
1730 lan78xx_get_regs(struct net_device *netdev, struct ethtool_regs *regs, in lan78xx_get_regs()
2371 static int lan78xx_change_mtu(struct net_device *netdev, int new_mtu) in lan78xx_change_mtu()
2407 static int lan78xx_set_mac_addr(struct net_device *netdev, void *p) in lan78xx_set_mac_addr()
2439 static int lan78xx_set_features(struct net_device *netdev, in lan78xx_set_features()
2483 static int lan78xx_vlan_rx_add_vid(struct net_device *netdev, in lan78xx_vlan_rx_add_vid()
2502 static int lan78xx_vlan_rx_kill_vid(struct net_device *netdev, in lan78xx_vlan_rx_kill_vid()
3980 struct net_device *netdev, in lan78xx_features_check()
4020 struct net_device *netdev; in lan78xx_probe() local