Lines Matching defs:netdev
1062 static void lan78xx_set_multicast(struct net_device *netdev) in lan78xx_set_multicast()
1279 static int lan78xx_ethtool_get_eeprom_len(struct net_device *netdev) in lan78xx_ethtool_get_eeprom_len()
1284 static int lan78xx_ethtool_get_eeprom(struct net_device *netdev, in lan78xx_ethtool_get_eeprom()
1303 static int lan78xx_ethtool_set_eeprom(struct net_device *netdev, in lan78xx_ethtool_set_eeprom()
1329 static void lan78xx_get_strings(struct net_device *netdev, u32 stringset, in lan78xx_get_strings()
1336 static int lan78xx_get_sset_count(struct net_device *netdev, int sset) in lan78xx_get_sset_count()
1344 static void lan78xx_get_stats(struct net_device *netdev, in lan78xx_get_stats()
1356 static void lan78xx_get_wol(struct net_device *netdev, in lan78xx_get_wol()
1384 static int lan78xx_set_wol(struct net_device *netdev, in lan78xx_set_wol()
1621 static int lan78xx_get_regs_len(struct net_device *netdev) in lan78xx_get_regs_len()
1630 lan78xx_get_regs(struct net_device *netdev, struct ethtool_regs *regs, in lan78xx_get_regs()
2274 static int lan78xx_change_mtu(struct net_device *netdev, int new_mtu) in lan78xx_change_mtu()
2304 static int lan78xx_set_mac_addr(struct net_device *netdev, void *p) in lan78xx_set_mac_addr()
2337 static int lan78xx_set_features(struct net_device *netdev, in lan78xx_set_features()
2382 static int lan78xx_vlan_rx_add_vid(struct net_device *netdev, in lan78xx_vlan_rx_add_vid()
2401 static int lan78xx_vlan_rx_kill_vid(struct net_device *netdev, in lan78xx_vlan_rx_kill_vid()
3605 struct net_device *netdev, in lan78xx_features_check()
3645 struct net_device *netdev; in lan78xx_probe() local