Home
last modified time | relevance | path

Searched refs:q_md (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/event/opdl/
H A Dopdl_evdev_init.c533 queue->q_type = device->q_md[i].type; in initialise_queue()
534 queue->external_qid = device->q_md[i].ext_id; in initialise_queue()
582 if (device->q_md[index + 1].type != in create_link_opdl()
646 if (!device->q_md[i].setup) { in create_queues_and_rings()
655 } else if (device->q_md[i].type != in create_queues_and_rings()
658 if (!device->q_md[i + 1].setup) { in create_queues_and_rings()
674 } else if (device->q_md[i].type == in create_queues_and_rings()
H A Dopdl_evdev.c292 if (device->q_md[i].ext_id == queue_id) { in opdl_queue_setup()
301 device->q_md[device->nb_q_md].ext_id = queue_id; in opdl_queue_setup()
302 device->q_md[device->nb_q_md].type = type; in opdl_queue_setup()
303 device->q_md[device->nb_q_md].setup = 1; in opdl_queue_setup()
546 memset(&device->q_md, in opdl_close()
H A Dopdl_evdev.h233 struct opdl_queue_meta_data q_md[OPDL_MAX_QUEUES]; member