Lines Matching defs:netdev
15 static int atl1c_get_link_ksettings(struct net_device *netdev, in atl1c_get_link_ksettings()
59 static int atl1c_set_link_ksettings(struct net_device *netdev, in atl1c_set_link_ksettings()
109 static u32 atl1c_get_msglevel(struct net_device *netdev) in atl1c_get_msglevel()
115 static void atl1c_set_msglevel(struct net_device *netdev, u32 data) in atl1c_set_msglevel()
121 static int atl1c_get_regs_len(struct net_device *netdev) in atl1c_get_regs_len()
126 static void atl1c_get_regs(struct net_device *netdev, in atl1c_get_regs()
166 static int atl1c_get_eeprom_len(struct net_device *netdev) in atl1c_get_eeprom_len()
176 static int atl1c_get_eeprom(struct net_device *netdev, in atl1c_get_eeprom()
218 static void atl1c_get_drvinfo(struct net_device *netdev, in atl1c_get_drvinfo()
228 static void atl1c_get_wol(struct net_device *netdev, in atl1c_get_wol()
248 static int atl1c_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) in atl1c_set_wol()
268 static int atl1c_nway_reset(struct net_device *netdev) in atl1c_nway_reset()
292 void atl1c_set_ethtool_ops(struct net_device *netdev) in atl1c_set_ethtool_ops()