Searched refs:ethcmd (Results 1 – 2 of 2) sorted by relevance
234 char __user *useraddr, u32 ethcmd) in ethtool_get_one_feature() argument236 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() argument256 mask = ethtool_get_feature_mask(ethcmd); in ethtool_set_one_feature()1422 u32 ethcmd; in dev_ethtool() local1429 if (copy_from_user(ðcmd, 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 …]
2821 u32 ethcmd; in ethtool_ioctl() local2830 if (get_user(ethcmd, &compat_rxnfc->cmd)) in ethtool_ioctl()2836 switch (ethcmd) { in ethtool_ioctl()2911 if (ethcmd == ETHTOOL_GRXCLSRLALL) { in ethtool_ioctl()