Lines Matching defs:netdev
29 static int atl1c_get_settings(struct net_device *netdev, in atl1c_get_settings()
67 static int atl1c_set_settings(struct net_device *netdev, in atl1c_set_settings()
117 static u32 atl1c_get_msglevel(struct net_device *netdev) in atl1c_get_msglevel()
123 static void atl1c_set_msglevel(struct net_device *netdev, u32 data) in atl1c_set_msglevel()
129 static int atl1c_get_regs_len(struct net_device *netdev) in atl1c_get_regs_len()
134 static void atl1c_get_regs(struct net_device *netdev, in atl1c_get_regs()
174 static int atl1c_get_eeprom_len(struct net_device *netdev) in atl1c_get_eeprom_len()
184 static int atl1c_get_eeprom(struct net_device *netdev, in atl1c_get_eeprom()
226 static void atl1c_get_drvinfo(struct net_device *netdev, in atl1c_get_drvinfo()
242 static void atl1c_get_wol(struct net_device *netdev, in atl1c_get_wol()
262 static int atl1c_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) in atl1c_set_wol()
282 static int atl1c_nway_reset(struct net_device *netdev) in atl1c_nway_reset()
306 void atl1c_set_ethtool_ops(struct net_device *netdev) in atl1c_set_ethtool_ops()