Home
last modified time | relevance | path

Searched refs:ethcmd (Results 1 – 1 of 1) sorted by relevance

/linux/net/ethtool/
H A Dioctl.c250 char __user *useraddr, u32 ethcmd) in ethtool_get_one_feature() argument
252 netdev_features_t mask = ethtool_get_feature_mask(ethcmd); in ethtool_get_one_feature()
254 .cmd = ethcmd, in ethtool_get_one_feature()
264 void __user *useraddr, u32 ethcmd) in ethtool_set_one_feature() argument
272 mask = ethtool_get_feature_mask(ethcmd); in ethtool_set_one_feature()
3076 u32 ethcmd, struct ethtool_devlink_compat *devlink_state) in __dev_ethtool() argument
3087 if (ethcmd == ETHTOOL_PERQUEUE) { in __dev_ethtool()
3088 if (copy_from_user(&sub_cmd, useraddr + sizeof(ethcmd), sizeof(sub_cmd))) in __dev_ethtool()
3091 sub_cmd = ethcmd; in __dev_ethtool()
3152 switch (ethcmd) { in __dev_ethtool()
[all …]