Home
last modified time | relevance | path

Searched refs:VMCI_EVENT_HANDLER (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/misc/vmw_vmci/
Dvmci_context.c208 vmci_make_handle(context_id, VMCI_EVENT_HANDLER); in ctx_fire_notification()
240 VMCI_EVENT_HANDLER)); in ctx_fire_notification()
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()
Dvmci_datagram.c200 dg->dst.resource == VMCI_EVENT_HANDLER) { in dg_dispatch_as_host()
Dvmci_guest.c297 dg->dst.resource == VMCI_EVENT_HANDLER) { in vmci_dispatch_dgs()
Dvmci_queue_pair.c944 ev.msg.hdr.dst = vmci_make_handle(context_id, VMCI_EVENT_HANDLER); in qp_notify_peer_local()
1555 ev.msg.hdr.dst = vmci_make_handle(peer_id, VMCI_EVENT_HANDLER); in qp_notify_peer()
/linux-4.4.14/include/linux/
Dvmw_vmci_defs.h305 #define VMCI_EVENT_HANDLER 0 macro