Searched refs:netdev_ethtool_ioctl (Results 1 – 12 of 12) sorted by relevance
/linux-2.4.37.9/drivers/usb/ |
D | kaweth.c | 654 static int netdev_ethtool_ioctl(struct net_device *dev, void *useraddr) in netdev_ethtool_ioctl() function 681 return netdev_ethtool_ioctl(net, (void *) rq->ifr_data); in kaweth_ioctl()
|
D | catc.c | 656 static int netdev_ethtool_ioctl(struct net_device *dev, void *useraddr) in netdev_ethtool_ioctl() function 718 return netdev_ethtool_ioctl(dev, (void *) rq->ifr_data); in catc_ioctl()
|
D | CDCEther.c | 451 static int netdev_ethtool_ioctl(struct net_device *netdev, void *useraddr) in netdev_ethtool_ioctl() function 491 return netdev_ethtool_ioctl(net, (void *) rq->ifr_data); in CDCEther_ioctl()
|
/linux-2.4.37.9/arch/ppc/8xx_io/ |
D | fec.c | 212 static int netdev_ethtool_ioctl(struct net_device *dev, void *useraddr); 1561 return netdev_ethtool_ioctl(dev, (void*)rq->ifr_data); in fec_enet_ioctl() 1596 static int netdev_ethtool_ioctl (struct net_device *dev, void *useraddr) in netdev_ethtool_ioctl() function
|
/linux-2.4.37.9/drivers/net/ |
D | 3c509.c | 1112 netdev_ethtool_ioctl (struct net_device *dev, void *useraddr) in netdev_ethtool_ioctl() function 1209 rc = netdev_ethtool_ioctl(dev, (void *) rq->ifr_data); in netdev_ioctl()
|
D | yellowfin.c | 1394 static int netdev_ethtool_ioctl(struct net_device *dev, void *useraddr) 1426 return netdev_ethtool_ioctl(dev, (void *) rq->ifr_data);
|
D | hamachi.c | 1859 static int netdev_ethtool_ioctl(struct net_device *dev, void *useraddr) in netdev_ethtool_ioctl() function 1934 rc = netdev_ethtool_ioctl(dev, (void *) rq->ifr_data); in netdev_ioctl()
|
D | sundance.c | 1569 static int netdev_ethtool_ioctl(struct net_device *dev, void *useraddr) in netdev_ethtool_ioctl() function 1661 rc = netdev_ethtool_ioctl(dev, (void *) rq->ifr_data); in netdev_ioctl()
|
D | starfire.c | 1895 static int netdev_ethtool_ioctl(struct net_device *dev, void *useraddr) in netdev_ethtool_ioctl() function 1984 rc = netdev_ethtool_ioctl(dev, (void *) rq->ifr_data); in netdev_ioctl()
|
D | natsemi.c | 1959 static int netdev_ethtool_ioctl(struct net_device *dev, void *useraddr) in netdev_ethtool_ioctl() function 2419 return netdev_ethtool_ioctl(dev, (void *) rq->ifr_data); in netdev_ioctl()
|
D | eepro100.c | 1980 static int netdev_ethtool_ioctl(struct net_device *dev, void *useraddr) function 2095 return netdev_ethtool_ioctl(dev, (void *) rq->ifr_data);
|
/linux-2.4.37.9/drivers/net/tulip/ |
D | tulip_core.c | 921 static int netdev_ethtool_ioctl(struct net_device *dev, void *useraddr) in netdev_ethtool_ioctl() function 957 return netdev_ethtool_ioctl(dev, (void *) rq->ifr_data); in private_ioctl()
|