Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/drivers/net/hw/
H A Diou-zcrx.py139 rx_cmd = f"{cfg.bin_local} -s -p {cfg.port} -i {cfg.ifname} -q {cfg.target}"
141 with bkg(rx_cmd, exit_wait=True):
155 rx_cmd = f"{cfg.bin_local} -s -p {cfg.port} -i {cfg.ifname} -q {cfg.target} -o 4"
157 with bkg(rx_cmd, exit_wait=True):
180 rx_cmd = f"{cfg.bin_local} -s -p {cfg.port} -i {cfg.ifname} -q {cfg.target} -x {nr_pages}"
183 probe = cmd(rx_cmd + " -d", fail=False)
188 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.py189 rx_cmd = [
205 rx_cmd += ["-C", irq_cpus]
212 rx_cmd += ["-r", rps_mask]
216 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_main.c2610 u8 rx_cmd) in liquidio_set_rxcsum_command() argument
2621 nctrl.ncmd.s.param1 = rx_cmd; in liquidio_set_rxcsum_command()