Home
last modified time | relevance | path

Searched refs:OPDL_Q_TYPE_ORDERED (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/event/opdl/
H A Dopdl_test.c137 case OPDL_Q_TYPE_ORDERED: in create_queues_type()
203 create_queues_type(t, 2, OPDL_Q_TYPE_ORDERED)) { in ordered_basic()
569 create_queues_type(t, 1, OPDL_Q_TYPE_ORDERED) < 0) { in single_link_w_stats()
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()
H A Dopdl_evdev.h64 OPDL_Q_TYPE_ORDERED enumerator
H A Dopdl_evdev.c273 type = OPDL_Q_TYPE_ORDERED; in opdl_queue_setup()
279 type = OPDL_Q_TYPE_ORDERED; in opdl_queue_setup()
H A Dopdl_evdev_init.c530 queue->q_type = OPDL_Q_TYPE_ORDERED; in initialise_queue()