Searched refs:ethcmd (Results 1 – 1 of 1) sorted by relevance
/net/core/ |
D | ethtool.c | 873 u32 ethcmd; in dev_ethtool() local 883 if (copy_from_user(ðcmd, useraddr, sizeof (ethcmd))) in dev_ethtool() 887 switch(ethcmd) { in dev_ethtool() 916 switch (ethcmd) { in dev_ethtool() 936 rc = ethtool_get_value(dev, useraddr, ethcmd, in dev_ethtool() 947 rc = ethtool_get_value(dev, useraddr, ethcmd, in dev_ethtool() 975 rc = ethtool_get_value(dev, useraddr, ethcmd, in dev_ethtool() 982 rc = ethtool_get_value(dev, useraddr, ethcmd, in dev_ethtool() 991 rc = ethtool_get_value(dev, useraddr, ethcmd, in dev_ethtool() 1000 rc = ethtool_get_value(dev, useraddr, ethcmd, in dev_ethtool() [all …]
|