Home
last modified time | relevance | path

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

/Linux-v6.6/net/ethtool/
Dioctl.c246 char __user *useraddr, u32 ethcmd) in ethtool_get_one_feature() argument
248 netdev_features_t mask = ethtool_get_feature_mask(ethcmd); in ethtool_get_one_feature()
250 .cmd = ethcmd, in ethtool_get_one_feature()
260 void __user *useraddr, u32 ethcmd) in ethtool_set_one_feature() argument
268 mask = ethtool_get_feature_mask(ethcmd); in ethtool_set_one_feature()
2769 u32 ethcmd, struct ethtool_devlink_compat *devlink_state) in __dev_ethtool() argument
2780 if (ethcmd == ETHTOOL_PERQUEUE) { in __dev_ethtool()
2781 if (copy_from_user(&sub_cmd, useraddr + sizeof(ethcmd), sizeof(sub_cmd))) in __dev_ethtool()
2784 sub_cmd = ethcmd; in __dev_ethtool()
2845 switch (ethcmd) { in __dev_ethtool()
[all …]