Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/bpf/
Dxskxceiver.c431 static void parse_command_line(struct ifobject *ifobj_tx, struct ifobject *ifobj_rx, int argc, in parse_command_line() argument
452 ifobj = ifobj_rx; in parse_command_line()
471 ifobj_rx->busy_poll = true; in parse_command_line()
481 struct ifobject *ifobj_rx) in __test_spec_init() argument
486 struct ifobject *ifobj = i ? ifobj_rx : ifobj_tx; in __test_spec_init()
518 test->ifobj_rx = ifobj_rx; in __test_spec_init()
526 struct ifobject *ifobj_rx, enum test_mode mode) 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()
560 __test_spec_init(test, test->ifobj_tx, test->ifobj_rx); in test_spec_reset()
[all …]
Dxskxceiver.h164 struct ifobject *ifobj_rx; member