Searched refs:ethcmd (Results 1 – 2 of 2) sorted by relevance
251 char __user *useraddr, u32 ethcmd) in ethtool_get_one_feature() argument253 netdev_features_t mask = ethtool_get_feature_mask(ethcmd); in ethtool_get_one_feature()255 .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()3242 u32 ethcmd, struct ethtool_devlink_compat *devlink_state) in __dev_ethtool() argument3253 if (ethcmd == ETHTOOL_PERQUEUE) { in __dev_ethtool()3254 if (copy_from_user(&sub_cmd, useraddr + sizeof(ethcmd), sizeof(sub_cmd))) in __dev_ethtool()3257 sub_cmd = ethcmd; in __dev_ethtool()3319 switch (ethcmd) { in __dev_ethtool()[all …]
607 u32 ethcmd; in bt_ethtool() local610 if (copy_from_user(ðcmd, useraddr, sizeof(ethcmd))) in bt_ethtool()617 switch (ethcmd) { in bt_ethtool()