Lines Matching refs:ethtool
5 #include <linux/ethtool.h>
16 if (ns->ethtool.report_stats_rx)
18 if (ns->ethtool.report_stats_tx)
28 pause->rx_pause = ns->ethtool.rx;
29 pause->tx_pause = ns->ethtool.tx;
40 ns->ethtool.rx = pause->rx_pause;
41 ns->ethtool.tx = pause->tx_pause;
53 struct dentry *ethtool, *dir;
57 ethtool = debugfs_create_dir("ethtool", ns->nsim_dev_port->ddir);
59 dir = debugfs_create_dir("pause", ethtool);
61 &ns->ethtool.report_stats_rx);
63 &ns->ethtool.report_stats_tx);