Lines Matching refs:ethtool
16 if (ns->ethtool.report_stats_rx) in nsim_get_pause_stats()
18 if (ns->ethtool.report_stats_tx) in nsim_get_pause_stats()
28 pause->rx_pause = ns->ethtool.rx; in nsim_get_pauseparam()
29 pause->tx_pause = ns->ethtool.tx; in nsim_get_pauseparam()
40 ns->ethtool.rx = pause->rx_pause; in nsim_set_pauseparam()
41 ns->ethtool.tx = pause->tx_pause; in nsim_set_pauseparam()
53 struct dentry *ethtool, *dir; in nsim_ethtool_init() local
57 ethtool = debugfs_create_dir("ethtool", ns->nsim_dev_port->ddir); in nsim_ethtool_init()
59 dir = debugfs_create_dir("pause", ethtool); in nsim_ethtool_init()
61 &ns->ethtool.report_stats_rx); in nsim_ethtool_init()
63 &ns->ethtool.report_stats_tx); in nsim_ethtool_init()