Home
last modified time | relevance | path

Searched refs:rx_cmd (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/drivers/net/hw/
H A Diou-zcrx.py111 rx_cmd = f"{cfg.bin_local} -s -p {cfg.port} -i {cfg.ifname} -q {cfg.target}"
113 with bkg(rx_cmd, exit_wait=True):
126 rx_cmd = f"{cfg.bin_local} -s -p {cfg.port} -i {cfg.ifname} -q {cfg.target} -o 4"
128 with bkg(rx_cmd, exit_wait=True):
147 rx_cmd = f"{cfg.bin_local} -s -p {cfg.port} -i {cfg.ifname} -q {cfg.target} -x 2"
150 probe = cmd(rx_cmd + " -d", fail=False)
155 with bkg(rx_cmd, exit_wait=True):
H A Dcsum.py19 rx_cmd = f"{cfg.bin_local} -i {cfg.ifname} -n 100 {ip_args} -r 1 -R {extra_args}"
22 with bkg(rx_cmd, exit_wait=True):
40 rx_cmd = f"{cfg.bin_remote} -i {cfg.remote_ifname} -L 1 -n 100 {ip_args} -R {extra_args}"
43 with bkg(rx_cmd, host=cfg.remote, exit_wait=True):
H A Dtoeplitz.py168 rx_cmd = [
183 rx_cmd += ["-C", irq_cpus]
190 rx_cmd += ["-r", rps_mask]
194 with bkg(" ".join(rx_cmd), ksft_ready=True, exit_wait=True) as rx_proc:
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dusb.h92 struct urb_context rx_cmd; member
/linux/drivers/net/ethernet/cavium/liquidio/
H A Dlio_vf_main.c1702 u8 rx_cmd) in liquidio_set_rxcsum_command() argument
1713 nctrl.ncmd.s.param1 = rx_cmd; in liquidio_set_rxcsum_command()
H A Dlio_main.c2612 u8 rx_cmd) in liquidio_set_rxcsum_command() argument
2623 nctrl.ncmd.s.param1 = rx_cmd; in liquidio_set_rxcsum_command()