Lines Matching defs:netdev
739 static void lan78xx_set_multicast(struct net_device *netdev) in lan78xx_set_multicast()
942 static int lan78xx_ethtool_get_eeprom_len(struct net_device *netdev) in lan78xx_ethtool_get_eeprom_len()
947 static int lan78xx_ethtool_get_eeprom(struct net_device *netdev, in lan78xx_ethtool_get_eeprom()
957 static int lan78xx_ethtool_set_eeprom(struct net_device *netdev, in lan78xx_ethtool_set_eeprom()
977 static void lan78xx_get_strings(struct net_device *netdev, u32 stringset, in lan78xx_get_strings()
984 static int lan78xx_get_sset_count(struct net_device *netdev, int sset) in lan78xx_get_sset_count()
992 static void lan78xx_get_stats(struct net_device *netdev, in lan78xx_get_stats()
1012 static void lan78xx_get_wol(struct net_device *netdev, in lan78xx_get_wol()
1040 static int lan78xx_set_wol(struct net_device *netdev, in lan78xx_set_wol()
1310 static int lan78xx_ioctl(struct net_device *netdev, struct ifreq *rq, int cmd) in lan78xx_ioctl()
1628 static int lan78xx_change_mtu(struct net_device *netdev, int new_mtu) in lan78xx_change_mtu()
1663 int lan78xx_set_mac_addr(struct net_device *netdev, void *p) in lan78xx_set_mac_addr()
1692 static int lan78xx_set_features(struct net_device *netdev, in lan78xx_set_features()
1732 static int lan78xx_vlan_rx_add_vid(struct net_device *netdev, in lan78xx_vlan_rx_add_vid()
1751 static int lan78xx_vlan_rx_kill_vid(struct net_device *netdev, in lan78xx_vlan_rx_kill_vid()
2922 struct net_device *netdev; in lan78xx_probe() local