Lines Matching full:ethtool
11 from lib.py import cmd, defer, ethtool
32 combined = ethtool(f"-l {cfg.ifname}", json=True)[0].get("combined", 0)
34 defer(ethtool, f"-L {cfg.ifname} combined {combined}")
51 cmd(f"ethtool -L {cfg.ifname} combined 1")
53 cmd(f"ethtool -L {cfg.ifname} combined {qcnt}")
60 cmd(f"ethtool -L {cfg.ifname} combined 1")
62 cmd(f"ethtool -L {cfg.ifname} combined {qcnt}")
95 cmd(f"ethtool -L {cfg.ifname} combined 1")
96 cmd(f"ethtool -L {cfg.ifname} combined {qcnt}")
123 cmd(f"ethtool -L {cfg.ifname} combined 1")
124 cmd(f"ethtool -L {cfg.ifname} combined {qcnt}")