Searched refs:q_header (Results 1 – 2 of 2) sorted by relevance
297 queue->q_header = NULL; in qp_alloc_queue()547 queue->q_header = NULL; in qp_host_alloc_queue()748 if (!produce_q->q_header || !consume_q->q_header) { in qp_host_map_queues()751 if (produce_q->q_header != consume_q->q_header) in qp_host_map_queues()763 consume_q->q_header = in qp_host_map_queues()765 produce_q->q_header + in qp_host_map_queues()787 if (produce_q->q_header) { in qp_host_unmap_queues()788 if (produce_q->q_header < consume_q->q_header) in qp_host_unmap_queues()793 produce_q->q_header = NULL; in qp_host_unmap_queues()794 consume_q->q_header = NULL; in qp_host_unmap_queues()[all …]
124 struct vmci_queue_header *q_header; member
Completed in 12 milliseconds