Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/bpf/
Dxskxceiver.c118 #define busy_poll_string(test) (test)->ifobj_tx->busy_poll ? "BUSY-POLL " : ""
335 static void parse_command_line(struct ifobject *ifobj_tx, struct ifobject *ifobj_rx, int argc, in parse_command_line() argument
352 ifobj = ifobj_tx; in parse_command_line()
371 ifobj_tx->busy_poll = true; in parse_command_line()
381 static void __test_spec_init(struct test_spec *test, struct ifobject *ifobj_tx, in __test_spec_init() argument
387 struct ifobject *ifobj = i ? ifobj_rx : ifobj_tx; in __test_spec_init()
416 test->ifobj_tx = ifobj_tx; in __test_spec_init()
425 test->xdp_prog_tx = ifobj_tx->xdp_progs->progs.xsk_def_prog; in __test_spec_init()
426 test->xskmap_tx = ifobj_tx->xdp_progs->maps.xsk; in __test_spec_init()
429 static void test_spec_init(struct test_spec *test, struct ifobject *ifobj_tx, in test_spec_init() argument
[all …]
Dxskxceiver.h177 struct ifobject *ifobj_tx; member