Home
last modified time | relevance | path

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

/linux/net/ethtool/
A Dioctl.c251 char __user *useraddr, u32 ethcmd) in ethtool_get_one_feature() argument
255 .cmd = ethcmd, in ethtool_get_one_feature()
265 void __user *useraddr, u32 ethcmd) in ethtool_set_one_feature() argument
273 mask = ethtool_get_feature_mask(ethcmd); in ethtool_set_one_feature()
2730 if (ethcmd == ETHTOOL_PERQUEUE) { in __dev_ethtool()
2734 sub_cmd = ethcmd; in __dev_ethtool()
2795 switch (ethcmd) { in __dev_ethtool()
3020 u32 ethcmd; in dev_ethtool() local
3023 if (copy_from_user(&ethcmd, useraddr, sizeof(ethcmd))) in dev_ethtool()
3030 switch (ethcmd) { in dev_ethtool()
[all …]

Completed in 13 milliseconds