Searched refs:vmci_make_handle (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/misc/vmw_vmci/ |
D | vmci_doorbell.c | 241 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() 338 bitmap_set_msg.hdr.dst = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in vmci_dbell_register_notification_bitmap() 435 new_handle = vmci_make_handle(context_id, VMCI_INVALID_ID); in vmci_doorbell_create()
|
D | vmci_context.c | 208 vmci_make_handle(context_id, VMCI_EVENT_HANDLER); in ctx_fire_notification() 239 vmci_make_handle(sub_ctx->cid, in ctx_fire_notification() 252 ev.msg.hdr.src = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in ctx_fire_notification() 343 vmci_make_handle in vmci_ctx_enqueue_datagram() 629 notifier->handle = vmci_make_handle(remote_cid, VMCI_EVENT_HANDLER); in vmci_ctx_add_notification() 671 handle = vmci_make_handle(remote_cid, VMCI_EVENT_HANDLER); in vmci_ctx_remove_notification()
|
D | vmci_resource.c | 96 handle = vmci_make_handle(context_id, current_rid); in vmci_resource_find_id()
|
D | vmci_queue_pair.c | 944 ev.msg.hdr.dst = vmci_make_handle(context_id, VMCI_EVENT_HANDLER); in qp_notify_peer_local() 945 ev.msg.hdr.src = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in qp_notify_peer_local() 981 handle = vmci_make_handle(context_id, VMCI_INVALID_ID); in qp_guest_endpoint_create() 1046 alloc_msg->hdr.dst = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in qp_alloc_hypercall() 1075 detach_msg.hdr.dst = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in qp_detatch_hypercall() 1555 ev.msg.hdr.dst = vmci_make_handle(peer_id, VMCI_EVENT_HANDLER); in qp_notify_peer() 1556 ev.msg.hdr.src = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in qp_notify_peer() 1871 new_handle = vmci_make_handle( in qp_alloc_host_work() 2769 struct vmci_handle dst = vmci_make_handle(peer, VMCI_INVALID_ID); in vmci_qpair_alloc()
|
D | vmci_guest.c | 87 vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in vmci_get_vm_context_id() 181 check_msg->dst = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in vmci_check_host_caps()
|
D | vmci_datagram.c | 80 handle = vmci_make_handle(context_id, resource_id); in dg_create_handle()
|
/linux-4.4.14/net/vmw_vsock/ |
D | vmci_transport.c | 148 pkt->dg.src = vmci_make_handle(VMADDR_CID_ANY, in vmci_transport_packet_init() 150 pkt->dg.dst = vmci_make_handle(dst->svm_cid, in vmci_transport_packet_init() 1706 dg->dst = vmci_make_handle(remote_addr->svm_cid, in vmci_transport_dgram_enqueue() 1708 dg->src = vmci_make_handle(vsk->local_addr.svm_cid, in vmci_transport_dgram_enqueue()
|
/linux-4.4.14/include/linux/ |
D | vmw_vmci_defs.h | 140 #define vmci_make_handle(_cid, _rid) \ macro
|