Searched refs:ethcmd (Results 1 – 1 of 1) sorted by relevance
251 char __user *useraddr, u32 ethcmd) in ethtool_get_one_feature() argument255 .cmd = ethcmd, in ethtool_get_one_feature()265 void __user *useraddr, u32 ethcmd) in ethtool_set_one_feature() argument273 mask = ethtool_get_feature_mask(ethcmd); in ethtool_set_one_feature()3098 if (ethcmd == ETHTOOL_PERQUEUE) { in __dev_ethtool()3102 sub_cmd = ethcmd; in __dev_ethtool()3164 switch (ethcmd) { in __dev_ethtool()3390 u32 ethcmd; in dev_ethtool() local3393 if (copy_from_user(ðcmd, useraddr, sizeof(ethcmd))) in dev_ethtool()3400 switch (ethcmd) { in dev_ethtool()[all …]