Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/ethtool/
A Dioctl.c245 char __user *useraddr, u32 ethcmd) in ethtool_get_one_feature() argument
249 .cmd = ethcmd, in ethtool_get_one_feature()
259 void __user *useraddr, u32 ethcmd) in ethtool_set_one_feature() argument
267 mask = ethtool_get_feature_mask(ethcmd); in ethtool_set_one_feature()
2767 if (ethcmd == ETHTOOL_PERQUEUE) { in __dev_ethtool()
2771 sub_cmd = ethcmd; in __dev_ethtool()
2832 switch (ethcmd) { in __dev_ethtool()
3057 u32 ethcmd; in dev_ethtool() local
3060 if (copy_from_user(&ethcmd, useraddr, sizeof(ethcmd))) in dev_ethtool()
3067 switch (ethcmd) { in dev_ethtool()
[all …]

Completed in 9 milliseconds