Lines Matching defs:useraddr

79 static int ethtool_get_settings(struct net_device *dev, void __user *useraddr)  in ethtool_get_settings()
96 static int ethtool_set_settings(struct net_device *dev, void __user *useraddr) in ethtool_set_settings()
109 static int ethtool_get_drvinfo(struct net_device *dev, void __user *useraddr) in ethtool_get_drvinfo()
135 static int ethtool_get_regs(struct net_device *dev, char __user *useraddr) in ethtool_get_regs()
171 static int ethtool_get_wol(struct net_device *dev, char __user *useraddr) in ethtool_get_wol()
185 static int ethtool_set_wol(struct net_device *dev, char __user *useraddr) in ethtool_set_wol()
198 static int ethtool_get_msglevel(struct net_device *dev, char __user *useraddr) in ethtool_get_msglevel()
212 static int ethtool_set_msglevel(struct net_device *dev, char __user *useraddr) in ethtool_set_msglevel()
234 static int ethtool_get_link(struct net_device *dev, void __user *useraddr) in ethtool_get_link()
248 static int ethtool_get_eeprom(struct net_device *dev, void __user *useraddr) in ethtool_get_eeprom()
293 static int ethtool_set_eeprom(struct net_device *dev, void __user *useraddr) in ethtool_set_eeprom()
334 static int ethtool_get_coalesce(struct net_device *dev, void __user *useraddr) in ethtool_get_coalesce()
348 static int ethtool_set_coalesce(struct net_device *dev, void __user *useraddr) in ethtool_set_coalesce()
361 static int ethtool_get_ringparam(struct net_device *dev, void __user *useraddr) in ethtool_get_ringparam()
375 static int ethtool_set_ringparam(struct net_device *dev, void __user *useraddr) in ethtool_set_ringparam()
388 static int ethtool_get_pauseparam(struct net_device *dev, void __user *useraddr) in ethtool_get_pauseparam()
402 static int ethtool_set_pauseparam(struct net_device *dev, void __user *useraddr) in ethtool_set_pauseparam()
415 static int ethtool_get_rx_csum(struct net_device *dev, char __user *useraddr) in ethtool_get_rx_csum()
429 static int ethtool_set_rx_csum(struct net_device *dev, char __user *useraddr) in ethtool_set_rx_csum()
443 static int ethtool_get_tx_csum(struct net_device *dev, char __user *useraddr) in ethtool_get_tx_csum()
457 static int ethtool_set_tx_csum(struct net_device *dev, char __user *useraddr) in ethtool_set_tx_csum()
470 static int ethtool_get_sg(struct net_device *dev, char __user *useraddr) in ethtool_get_sg()
484 static int ethtool_set_sg(struct net_device *dev, char __user *useraddr) in ethtool_set_sg()
498 static int ethtool_get_tso(struct net_device *dev, char __user *useraddr) in ethtool_get_tso()
512 static int ethtool_set_tso(struct net_device *dev, char __user *useraddr) in ethtool_set_tso()
529 static int ethtool_self_test(struct net_device *dev, char __user *useraddr) in ethtool_self_test()
562 static int ethtool_get_strings(struct net_device *dev, void __user *useraddr) in ethtool_get_strings()
609 static int ethtool_phys_id(struct net_device *dev, void __user *useraddr) in ethtool_phys_id()
622 static int ethtool_get_stats(struct net_device *dev, void __user *useraddr) in ethtool_get_stats()
660 void __user *useraddr = ifr->ifr_data; in dev_ethtool() local