Home
last modified time | relevance | path

Searched refs:ethcmd (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/net/core/
Dethtool.c423 static void *__ethtool_get_one_feature_actor(struct net_device *dev, u32 ethcmd) in __ethtool_get_one_feature_actor() argument
430 switch (ethcmd) { in __ethtool_get_one_feature_actor()
452 char __user *useraddr, u32 ethcmd) in ethtool_get_one_feature() argument
454 u32 mask = ethtool_get_feature_mask(ethcmd); in ethtool_get_one_feature()
456 .cmd = ethcmd, in ethtool_get_one_feature()
464 actor = __ethtool_get_one_feature_actor(dev, ethcmd); in ethtool_get_one_feature()
467 if (ethcmd == ETHTOOL_GRXCSUM && !actor) in ethtool_get_one_feature()
486 void __user *useraddr, u32 ethcmd) in ethtool_set_one_feature() argument
494 mask = ethtool_get_feature_mask(ethcmd); in ethtool_set_one_feature()
515 switch (ethcmd) { in ethtool_set_one_feature()
[all …]
/linux-2.6.39/drivers/staging/wlan-ng/
Dp80211netdev.c491 u32 ethcmd; in p80211netdev_ethtool() local
498 if (copy_from_user(&ethcmd, useraddr, sizeof(ethcmd))) in p80211netdev_ethtool()
501 switch (ethcmd) { in p80211netdev_ethtool()
503 info.cmd = ethcmd; in p80211netdev_ethtool()
514 edata.cmd = ethcmd; in p80211netdev_ethtool()
/linux-2.6.39/drivers/staging/vt6656/
Dmain_usb.c2080 u32 ethcmd; in ethtool_ioctl() local
2082 if (copy_from_user(&ethcmd, useraddr, sizeof(ethcmd))) in ethtool_ioctl()
2085 switch (ethcmd) { in ethtool_ioctl()
/linux-2.6.39/net/
Dsocket.c2597 u32 ethcmd; in ethtool_ioctl() local
2606 if (get_user(ethcmd, &compat_rxnfc->cmd)) in ethtool_ioctl()
2612 switch (ethcmd) { in ethtool_ioctl()
2687 if (ethcmd == ETHTOOL_GRXCLSRLALL) { in ethtool_ioctl()
/linux-2.6.39/drivers/staging/vt6655/
Ddevice_main.c3583 u32 ethcmd; in ethtool_ioctl() local
3585 if (copy_from_user(&ethcmd, useraddr, sizeof(ethcmd))) in ethtool_ioctl()
3588 switch (ethcmd) { in ethtool_ioctl()