Home
last modified time | relevance | path

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

/linux-6.12.1/net/ethtool/
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()
3062 u32 ethcmd, struct ethtool_devlink_compat *devlink_state) in __dev_ethtool() argument
3073 if (ethcmd == ETHTOOL_PERQUEUE) { in __dev_ethtool()
3074 if (copy_from_user(&sub_cmd, useraddr + sizeof(ethcmd), sizeof(sub_cmd))) in __dev_ethtool()
3077 sub_cmd = ethcmd; in __dev_ethtool()
3138 switch (ethcmd) { in __dev_ethtool()
[all …]