Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/bpf/
Dxskxceiver.c127 #define busy_poll_string(test) (test)->ifobj_tx->busy_poll ? "BUSY-POLL " : ""
431 static void parse_command_line(struct ifobject *ifobj_tx, struct ifobject *ifobj_rx, int argc, in parse_command_line() argument
450 ifobj = ifobj_tx; in parse_command_line()
470 ifobj_tx->busy_poll = true; in parse_command_line()
480 static void __test_spec_init(struct test_spec *test, struct ifobject *ifobj_tx, in __test_spec_init() argument
486 struct ifobject *ifobj = i ? ifobj_rx : ifobj_tx; in __test_spec_init()
517 test->ifobj_tx = ifobj_tx; in __test_spec_init()
525 static void test_spec_init(struct test_spec *test, struct ifobject *ifobj_tx, in test_spec_init() argument
539 struct ifobject *ifobj = i ? ifobj_rx : ifobj_tx; in test_spec_init()
555 __test_spec_init(test, ifobj_tx, ifobj_rx); in test_spec_init()
[all …]
Dxskxceiver.h163 struct ifobject *ifobj_tx; member