Lines Matching defs:netdev
115 static void atl2_set_multi(struct net_device *netdev) in atl2_set_multi()
354 static void atl2_vlan_mode(struct net_device *netdev, in atl2_vlan_mode()
374 static netdev_features_t atl2_fix_features(struct net_device *netdev, in atl2_fix_features()
389 static int atl2_set_features(struct net_device *netdev, in atl2_set_features()
402 struct net_device *netdev = adapter->netdev; in atl2_intr_rx() local
464 struct net_device *netdev = adapter->netdev; in atl2_intr_tx() local
549 struct net_device *netdev = adapter->netdev; in atl2_check_for_link() local
641 struct net_device *netdev = adapter->netdev; in atl2_request_irq() local
682 static int atl2_open(struct net_device *netdev) in atl2_open()
741 struct net_device *netdev = adapter->netdev; in atl2_down() local
766 struct net_device *netdev = adapter->netdev; in atl2_free_irq() local
787 static int atl2_close(struct net_device *netdev) in atl2_close()
821 struct net_device *netdev) in atl2_xmit_frame()
902 static int atl2_change_mtu(struct net_device *netdev, int new_mtu) in atl2_change_mtu()
923 static int atl2_set_mac(struct net_device *netdev, void *p) in atl2_set_mac()
942 static int atl2_mii_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd) in atl2_mii_ioctl()
978 static int atl2_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd) in atl2_ioctl()
999 static void atl2_tx_timeout(struct net_device *netdev, unsigned int txqueue) in atl2_tx_timeout()
1053 struct net_device *netdev = adapter->netdev; in atl2_up() local
1108 struct net_device *netdev = adapter->netdev; in atl2_setup_mac_ctrl() local
1147 struct net_device *netdev = adapter->netdev; in atl2_check_link() local
1277 static void atl2_poll_controller(struct net_device *netdev) in atl2_poll_controller()
1316 struct net_device *netdev; in atl2_probe() local
1464 struct net_device *netdev = pci_get_drvdata(pdev); in atl2_remove() local
1490 struct net_device *netdev = pci_get_drvdata(pdev); in atl2_suspend() local
1620 struct net_device *netdev = pci_get_drvdata(pdev); in atl2_resume() local
1714 static int atl2_get_link_ksettings(struct net_device *netdev, in atl2_get_link_ksettings()
1756 static int atl2_set_link_ksettings(struct net_device *netdev, in atl2_set_link_ksettings()
1812 static u32 atl2_get_msglevel(struct net_device *netdev) in atl2_get_msglevel()
1820 static void atl2_set_msglevel(struct net_device *netdev, u32 data) in atl2_set_msglevel()
1824 static int atl2_get_regs_len(struct net_device *netdev) in atl2_get_regs_len()
1830 static void atl2_get_regs(struct net_device *netdev, in atl2_get_regs()
1888 static int atl2_get_eeprom_len(struct net_device *netdev) in atl2_get_eeprom_len()
1898 static int atl2_get_eeprom(struct net_device *netdev, in atl2_get_eeprom()
1939 static int atl2_set_eeprom(struct net_device *netdev, in atl2_set_eeprom()
2000 static void atl2_get_drvinfo(struct net_device *netdev, in atl2_get_drvinfo()
2011 static void atl2_get_wol(struct net_device *netdev, in atl2_get_wol()
2031 static int atl2_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) in atl2_set_wol()
2052 static int atl2_nway_reset(struct net_device *netdev) in atl2_nway_reset()