Searched refs:q_header (Results 1 – 2 of 2) sorted by relevance
297 queue->q_header = NULL; in qp_alloc_queue()320 queue->q_header = queue->kernel_if->u.g.vas[0]; 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()761 produce_q->q_header = vmap(headers, 2, VM_MAP, PAGE_KERNEL); in qp_host_map_queues()762 if (produce_q->q_header != NULL) { 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()[all …]
124 struct vmci_queue_header *q_header; member