Searched refs:ifobj_rx (Results 1 – 2 of 2) sorted by relevance
431 static void parse_command_line(struct ifobject *ifobj_tx, struct ifobject *ifobj_rx, int argc, in parse_command_line() argument452 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() argument486 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() argument539 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 …]
164 struct ifobject *ifobj_rx; member