Home
last modified time | relevance | path

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

/Linux-v6.1/net/ethtool/
Dioctl.c252 char __user *useraddr, u32 ethcmd) in ethtool_get_one_feature() argument
254 netdev_features_t mask = ethtool_get_feature_mask(ethcmd); in ethtool_get_one_feature()
256 .cmd = ethcmd, in ethtool_get_one_feature()
266 void __user *useraddr, u32 ethcmd) in ethtool_set_one_feature() argument
274 mask = ethtool_get_feature_mask(ethcmd); in ethtool_set_one_feature()
2717 u32 ethcmd, struct ethtool_devlink_compat *devlink_state) in __dev_ethtool() argument
2728 if (ethcmd == ETHTOOL_PERQUEUE) { in __dev_ethtool()
2729 if (copy_from_user(&sub_cmd, useraddr + sizeof(ethcmd), sizeof(sub_cmd))) in __dev_ethtool()
2732 sub_cmd = ethcmd; in __dev_ethtool()
2793 switch (ethcmd) { in __dev_ethtool()
[all …]