Lines Matching refs:ethcmd
263 char __user *useraddr, u32 ethcmd) in ethtool_get_one_feature() argument
265 netdev_features_t mask = ethtool_get_feature_mask(ethcmd); in ethtool_get_one_feature()
267 .cmd = ethcmd, in ethtool_get_one_feature()
277 void __user *useraddr, u32 ethcmd) in ethtool_set_one_feature() argument
285 mask = ethtool_get_feature_mask(ethcmd); in ethtool_set_one_feature()
1757 u32 ethcmd; in dev_ethtool() local
1764 if (copy_from_user(ðcmd, useraddr, sizeof(ethcmd))) in dev_ethtool()
1768 switch (ethcmd) { in dev_ethtool()
1814 switch (ethcmd) { in dev_ethtool()
1834 rc = ethtool_get_value(dev, useraddr, ethcmd, in dev_ethtool()
1893 rc = ethtool_get_value(dev, useraddr, ethcmd, in dev_ethtool()
1900 rc = ethtool_get_value(dev, useraddr, ethcmd, in dev_ethtool()
1912 rc = ethtool_get_rxnfc(dev, ethcmd, useraddr); in dev_ethtool()
1917 rc = ethtool_set_rxnfc(dev, ethcmd, useraddr); in dev_ethtool()
1953 rc = ethtool_get_one_feature(dev, useraddr, ethcmd); in dev_ethtool()
1962 rc = ethtool_set_one_feature(dev, useraddr, ethcmd); in dev_ethtool()