Home
last modified time | relevance | path

Searched refs:vmci_resource_by_handle (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/misc/vmw_vmci/
Dvmci_datagram.c124 resource = vmci_resource_by_handle(handle, in vmci_datagram_get_priv_flags()
204 resource = vmci_resource_by_handle(dg->dst, in dg_dispatch_as_host()
307 resource = vmci_resource_by_handle(dg->src, in dg_dispatch_as_guest()
367 resource = vmci_resource_by_handle(dg->dst, in vmci_datagram_invoke_guest_handler()
472 resource = vmci_resource_by_handle(handle, VMCI_RESOURCE_TYPE_DATAGRAM); in vmci_datagram_destroy_handle()
Dvmci_resource.h51 vmci_resource_by_handle(struct vmci_handle resource_handle,
Dvmci_doorbell.c102 resource = vmci_resource_by_handle(handle, in vmci_dbell_get_priv_flags()
311 resource = vmci_resource_by_handle(handle, in vmci_dbell_host_context_notify()
524 resource = vmci_resource_by_handle(handle, in vmci_doorbell_destroy()
Dvmci_resource.c168 vmci_resource_by_handle(struct vmci_handle resource_handle, in vmci_resource_by_handle() function