Searched refs:vmci_resource_by_handle (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/misc/vmw_vmci/ |
D | vmci_datagram.c | 116 resource = vmci_resource_by_handle(handle, in vmci_datagram_get_priv_flags() 196 resource = vmci_resource_by_handle(dg->dst, in dg_dispatch_as_host() 300 resource = vmci_resource_by_handle(dg->src, in dg_dispatch_as_guest() 360 resource = vmci_resource_by_handle(dg->dst, in vmci_datagram_invoke_guest_handler() 466 resource = vmci_resource_by_handle(handle, VMCI_RESOURCE_TYPE_DATAGRAM); in vmci_datagram_destroy_handle()
|
D | vmci_resource.h | 43 vmci_resource_by_handle(struct vmci_handle resource_handle,
|
D | vmci_doorbell.c | 94 resource = vmci_resource_by_handle(handle, in vmci_dbell_get_priv_flags() 303 resource = vmci_resource_by_handle(handle, in vmci_dbell_host_context_notify() 521 resource = vmci_resource_by_handle(handle, in vmci_doorbell_destroy()
|
D | vmci_resource.c | 162 vmci_resource_by_handle(struct vmci_handle resource_handle, in vmci_resource_by_handle() function
|