Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/misc/vmw_vmci/
Dvmci_context.c207 vmci_make_handle(context_id, VMCI_EVENT_HANDLER); in ctx_fire_notification()
239 VMCI_EVENT_HANDLER)); in ctx_fire_notification()
628 notifier->handle = vmci_make_handle(remote_cid, VMCI_EVENT_HANDLER); in vmci_ctx_add_notification()
675 handle = vmci_make_handle(remote_cid, VMCI_EVENT_HANDLER); in vmci_ctx_remove_notification()
Dvmci_datagram.c192 dg->dst.resource == VMCI_EVENT_HANDLER) { in dg_dispatch_as_host()
Dvmci_guest.c406 dg->dst.resource == VMCI_EVENT_HANDLER) { in vmci_dispatch_dgs()
Dvmci_queue_pair.c858 ev.msg.hdr.dst = vmci_make_handle(context_id, VMCI_EVENT_HANDLER); in qp_notify_peer_local()
1472 ev.msg.hdr.dst = vmci_make_handle(peer_id, VMCI_EVENT_HANDLER); in qp_notify_peer()
/linux-6.1.9/include/linux/
Dvmw_vmci_defs.h363 #define VMCI_EVENT_HANDLER 0 macro