Lines Matching refs:ethcmd
252 char __user *useraddr, u32 ethcmd) in ethtool_get_one_feature() argument
254 netdev_features_t mask = ethtool_get_feature_mask(ethcmd); in ethtool_get_one_feature()
256 .cmd = ethcmd, in ethtool_get_one_feature()
266 void __user *useraddr, u32 ethcmd) in ethtool_set_one_feature() argument
274 mask = ethtool_get_feature_mask(ethcmd); in ethtool_set_one_feature()
1746 u32 ethcmd; in dev_ethtool() local
1753 if (copy_from_user(ðcmd, useraddr, sizeof(ethcmd))) in dev_ethtool()
1757 switch (ethcmd) { in dev_ethtool()
1803 switch (ethcmd) { in dev_ethtool()
1823 rc = ethtool_get_value(dev, useraddr, ethcmd, in dev_ethtool()
1882 rc = ethtool_get_value(dev, useraddr, ethcmd, in dev_ethtool()
1889 rc = ethtool_get_value(dev, useraddr, ethcmd, in dev_ethtool()
1901 rc = ethtool_get_rxnfc(dev, ethcmd, useraddr); in dev_ethtool()
1906 rc = ethtool_set_rxnfc(dev, ethcmd, useraddr); in dev_ethtool()
1942 rc = ethtool_get_one_feature(dev, useraddr, ethcmd); in dev_ethtool()
1951 rc = ethtool_set_one_feature(dev, useraddr, ethcmd); in dev_ethtool()