Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/drivers/net/hw/
H A Diou-zcrx.c65 static int cfg_oneshot_recvs; variable
238 if (cqe->res == 0 && cqe->flags == 0 && cfg_oneshot_recvs == 0) { in process_recvzc()
247 if (cqe->res == 0 && cqe->flags == 0 && cfg_oneshot_recvs) { in process_recvzc()
249 cfg_oneshot_recvs--; in process_recvzc()
415 cfg_oneshot_recvs = strtoul(optarg, NULL, 0); in parse_opts()