Searched refs:ifobj_tx (Results 1 – 2 of 2) sorted by relevance
127 #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() argument450 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() argument486 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() 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()[all …]
163 struct ifobject *ifobj_tx; member