Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/drivers/net/hw/
H A Ddevmem_lib.py167 parts = [cfg.bin_local, "-l", f"-f {ifname}", f"-s {addr}",
186 parts = [cfg.bin_local, f"-f {ifname}", f"-s {addr}",
219 def setup_test(cfg, bin_local): argument
221 cfg.bin_local = bin_local
222 cfg.bin_remote = cfg.remote.deploy(cfg.bin_local)
H A Dcsum.py91 cfg.bin_local = cfg.net_lib_dir / "csum"
92 cfg.bin_remote = cfg.remote.deploy(cfg.bin_local)
H A Diou-zcrx.py139 rx_cmd = f"{cfg.bin_local} -s -p {cfg.port} -i {cfg.ifname} -q {cfg.target}"
155 rx_cmd = f"{cfg.bin_local} -s -p {cfg.port} -i {cfg.ifname} -q {cfg.target} -o 4"
180 rx_cmd = f"{cfg.bin_local} -s -p {cfg.port} -i {cfg.ifname} -q {cfg.target} -x {nr_pages}"
198 cfg.bin_local = path.abspath(path.dirname(__file__) + "/../../../drivers/net/hw/iou-zcrx")
199 cfg.bin_remote = cfg.remote.deploy(cfg.bin_local)
/linux/tools/testing/selftests/drivers/net/
H A Dso_txtime.py23 cfg.bin_local = cfg.test_dir / "so_txtime"
24 cfg.bin_remote = cfg.remote.deploy(cfg.bin_local)