Lines Matching defs:netdev
134 static void atl2_set_multi(struct net_device *netdev) in atl2_set_multi()
374 static void atl2_vlan_mode(struct net_device *netdev, in atl2_vlan_mode()
394 static netdev_features_t atl2_fix_features(struct net_device *netdev, in atl2_fix_features()
409 static int atl2_set_features(struct net_device *netdev, in atl2_set_features()
422 struct net_device *netdev = adapter->netdev; in atl2_intr_rx() local
484 struct net_device *netdev = adapter->netdev; in atl2_intr_tx() local
569 struct net_device *netdev = adapter->netdev; in atl2_check_for_link() local
661 struct net_device *netdev = adapter->netdev; in atl2_request_irq() local
702 static int atl2_open(struct net_device *netdev) in atl2_open()
761 struct net_device *netdev = adapter->netdev; in atl2_down() local
786 struct net_device *netdev = adapter->netdev; in atl2_free_irq() local
807 static int atl2_close(struct net_device *netdev) in atl2_close()
841 struct net_device *netdev) in atl2_xmit_frame()
923 static int atl2_change_mtu(struct net_device *netdev, int new_mtu) in atl2_change_mtu()
948 static int atl2_set_mac(struct net_device *netdev, void *p) in atl2_set_mac()
967 static int atl2_mii_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd) in atl2_mii_ioctl()
1003 static int atl2_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd) in atl2_ioctl()
1023 static void atl2_tx_timeout(struct net_device *netdev) in atl2_tx_timeout()
1076 struct net_device *netdev = adapter->netdev; in atl2_up() local
1132 struct net_device *netdev = adapter->netdev; in atl2_setup_mac_ctrl() local
1171 struct net_device *netdev = adapter->netdev; in atl2_check_link() local
1300 static void atl2_poll_controller(struct net_device *netdev) in atl2_poll_controller()
1339 struct net_device *netdev; in atl2_probe() local
1489 struct net_device *netdev = pci_get_drvdata(pdev); in atl2_remove() local
1515 struct net_device *netdev = pci_get_drvdata(pdev); in atl2_suspend() local
1645 struct net_device *netdev = pci_get_drvdata(pdev); in atl2_resume() local
1742 static int atl2_get_settings(struct net_device *netdev, in atl2_get_settings()
1778 static int atl2_set_settings(struct net_device *netdev, in atl2_set_settings()
1834 static u32 atl2_get_msglevel(struct net_device *netdev) in atl2_get_msglevel()
1842 static void atl2_set_msglevel(struct net_device *netdev, u32 data) in atl2_set_msglevel()
1846 static int atl2_get_regs_len(struct net_device *netdev) in atl2_get_regs_len()
1852 static void atl2_get_regs(struct net_device *netdev, in atl2_get_regs()
1910 static int atl2_get_eeprom_len(struct net_device *netdev) in atl2_get_eeprom_len()
1920 static int atl2_get_eeprom(struct net_device *netdev, in atl2_get_eeprom()
1961 static int atl2_set_eeprom(struct net_device *netdev, in atl2_set_eeprom()
2022 static void atl2_get_drvinfo(struct net_device *netdev, in atl2_get_drvinfo()
2035 static void atl2_get_wol(struct net_device *netdev, in atl2_get_wol()
2055 static int atl2_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) in atl2_set_wol()
2076 static int atl2_nway_reset(struct net_device *netdev) in atl2_nway_reset()