Searched refs:create_queues_type (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/drivers/event/opdl/ |
| H A D | opdl_test.c | 131 create_queues_type(struct test *t, int num_qids, enum queue_type flags) in create_queues_type() function 203 create_queues_type(t, 2, OPDL_Q_TYPE_ORDERED)) { in ordered_basic() 340 create_queues_type(t, 2, OPDL_Q_TYPE_ATOMIC)) { in atomic_basic() 568 create_queues_type(t, 1, OPDL_Q_TYPE_SINGLE_LINK) < 0 || in single_link_w_stats() 569 create_queues_type(t, 1, OPDL_Q_TYPE_ORDERED) < 0) { in single_link_w_stats() 706 create_queues_type(t, 1, OPDL_Q_TYPE_SINGLE_LINK) < 0 || in single_link() 707 create_queues_type(t, 1, OPDL_Q_TYPE_ORDERED) < 0) { in single_link() 790 create_queues_type(t, NUM_QUEUES, OPDL_Q_TYPE_ORDERED)) { in qid_basic()
|