Searched refs:q_md (Results 1 – 3 of 3) sorted by relevance
533 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()
292 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()
233 struct opdl_queue_meta_data q_md[OPDL_MAX_QUEUES]; member