Searched refs:q_header (Results 1 – 2 of 2) sorted by relevance
320 queue->q_header = NULL; in qp_alloc_queue()343 queue->q_header = queue->kernel_if->u.g.vas[0]; in qp_alloc_queue()647 queue->q_header = NULL; in qp_host_alloc_queue()846 if (!produce_q->q_header || !consume_q->q_header) { in qp_host_map_queues()849 if (produce_q->q_header != consume_q->q_header) in qp_host_map_queues()859 produce_q->q_header = vmap(headers, 2, VM_MAP, PAGE_KERNEL); in qp_host_map_queues()860 if (produce_q->q_header != NULL) { in qp_host_map_queues()861 consume_q->q_header = in qp_host_map_queues()863 produce_q->q_header + in qp_host_map_queues()885 if (produce_q->q_header) { in qp_host_unmap_queues()[all …]
132 struct vmci_queue_header *q_header; member