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 " : ""382 static void parse_command_line(struct ifobject *ifobj_tx, struct ifobject *ifobj_rx, int argc, in parse_command_line() argument399 ifobj = ifobj_tx; in parse_command_line()418 ifobj_tx->busy_poll = true; in parse_command_line()474 static void __test_spec_init(struct test_spec *test, struct ifobject *ifobj_tx, in __test_spec_init() argument480 struct ifobject *ifobj = i ? ifobj_rx : ifobj_tx; in __test_spec_init()517 if (ifobj_tx->hw_ring_size_supp) in __test_spec_init()518 hw_ring_size_reset(ifobj_tx); in __test_spec_init()520 test->ifobj_tx = ifobj_tx; in __test_spec_init()530 test->xdp_prog_tx = ifobj_tx->xdp_progs->progs.xsk_def_prog; in __test_spec_init()[all …]
161 struct ifobject *ifobj_tx; member