Home
last modified time | relevance | path

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

/net/core/
Dethtool.c234 char __user *useraddr, u32 ethcmd) in ethtool_get_one_feature() argument
236 netdev_features_t mask = ethtool_get_feature_mask(ethcmd); in ethtool_get_one_feature()
238 .cmd = ethcmd, in ethtool_get_one_feature()
248 void __user *useraddr, u32 ethcmd) in ethtool_set_one_feature() argument
256 mask = ethtool_get_feature_mask(ethcmd); in ethtool_set_one_feature()
1422 u32 ethcmd; in dev_ethtool() local
1429 if (copy_from_user(&ethcmd, useraddr, sizeof(ethcmd))) in dev_ethtool()
1433 switch (ethcmd) { in dev_ethtool()
1477 switch (ethcmd) { in dev_ethtool()
1497 rc = ethtool_get_value(dev, useraddr, ethcmd, in dev_ethtool()
[all …]
/net/
Dsocket.c2821 u32 ethcmd; in ethtool_ioctl() local
2830 if (get_user(ethcmd, &compat_rxnfc->cmd)) in ethtool_ioctl()
2836 switch (ethcmd) { in ethtool_ioctl()
2911 if (ethcmd == ETHTOOL_GRXCLSRLALL) { in ethtool_ioctl()