Home
last modified time | relevance | path

Searched refs:vmci_make_handle (Results 1 – 7 of 7) sorted by relevance

/linux-4.19.296/drivers/misc/vmw_vmci/
Dvmci_doorbell.c241 link_msg.hdr.dst = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in dbell_link()
259 unlink_msg.hdr.dst = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in dbell_unlink()
276 notify_msg.hdr.dst = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in dbell_notify_as_guest()
339 bitmap_set_msg.hdr.dst = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in vmci_dbell_register_notification_bitmap()
443 new_handle = vmci_make_handle(context_id, VMCI_INVALID_ID); in vmci_doorbell_create()
Dvmci_context.c215 vmci_make_handle(context_id, VMCI_EVENT_HANDLER); in ctx_fire_notification()
246 vmci_make_handle(sub_ctx->cid, in ctx_fire_notification()
259 ev.msg.hdr.src = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in ctx_fire_notification()
350 vmci_make_handle in vmci_ctx_enqueue_datagram()
636 notifier->handle = vmci_make_handle(remote_cid, VMCI_EVENT_HANDLER); in vmci_ctx_add_notification()
684 handle = vmci_make_handle(remote_cid, VMCI_EVENT_HANDLER); in vmci_ctx_remove_notification()
Dvmci_resource.c98 handle = vmci_make_handle(context_id, current_rid); in vmci_resource_find_id()
Dvmci_queue_pair.c869 ev.msg.hdr.dst = vmci_make_handle(context_id, VMCI_EVENT_HANDLER); in qp_notify_peer_local()
870 ev.msg.hdr.src = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in qp_notify_peer_local()
906 handle = vmci_make_handle(context_id, VMCI_INVALID_ID); in qp_guest_endpoint_create()
971 alloc_msg->hdr.dst = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in qp_alloc_hypercall()
1000 detach_msg.hdr.dst = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in qp_detatch_hypercall()
1481 ev.msg.hdr.dst = vmci_make_handle(peer_id, VMCI_EVENT_HANDLER); in qp_notify_peer()
1482 ev.msg.hdr.src = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in qp_notify_peer()
1797 new_handle = vmci_make_handle( in qp_alloc_host_work()
2684 struct vmci_handle dst = vmci_make_handle(peer, VMCI_INVALID_ID); in vmci_qpair_alloc()
Dvmci_guest.c84 vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in vmci_get_vm_context_id()
178 check_msg->dst = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in vmci_check_host_caps()
Dvmci_datagram.c80 handle = vmci_make_handle(context_id, resource_id); in dg_create_handle()
/linux-4.19.296/include/linux/
Dvmw_vmci_defs.h142 #define vmci_make_handle(_cid, _rid) \ macro