Home
last modified time | relevance | path

Searched refs:vmci_make_handle (Results 1 – 24 of 24) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/misc/vmw_vmci/
H A Dvmci_doorbell.c233 link_msg.hdr.dst = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in dbell_link()
251 unlink_msg.hdr.dst = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in dbell_unlink()
268 notify_msg.hdr.dst = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in dbell_notify_as_guest()
331 bitmap_set_msg.hdr.dst = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in vmci_dbell_register_notification_bitmap()
438 new_handle = vmci_make_handle(context_id, VMCI_INVALID_ID); in vmci_doorbell_create()
H A Dvmci_context.c207 vmci_make_handle(context_id, VMCI_EVENT_HANDLER); in ctx_fire_notification()
238 vmci_make_handle(sub_ctx->cid, in ctx_fire_notification()
251 ev.msg.hdr.src = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in ctx_fire_notification()
342 vmci_make_handle in vmci_ctx_enqueue_datagram()
628 notifier->handle = vmci_make_handle(remote_cid, VMCI_EVENT_HANDLER); in vmci_ctx_add_notification()
676 handle = vmci_make_handle(remote_cid, VMCI_EVENT_HANDLER); in vmci_ctx_remove_notification()
H A Dvmci_queue_pair.c857 ev.msg.hdr.dst = vmci_make_handle(context_id, VMCI_EVENT_HANDLER); in qp_notify_peer_local()
858 ev.msg.hdr.src = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in qp_notify_peer_local()
894 handle = vmci_make_handle(context_id, VMCI_INVALID_ID); in qp_guest_endpoint_create()
961 alloc_msg->hdr.dst = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in qp_alloc_hypercall()
990 detach_msg.hdr.dst = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in qp_detatch_hypercall()
1470 ev.msg.hdr.dst = vmci_make_handle(peer_id, VMCI_EVENT_HANDLER); in qp_notify_peer()
1471 ev.msg.hdr.src = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in qp_notify_peer()
1786 new_handle = vmci_make_handle( in qp_alloc_host_work()
2674 struct vmci_handle dst = vmci_make_handle(peer, VMCI_INVALID_ID); in vmci_qpair_alloc()
H A Dvmci_resource.c90 handle = vmci_make_handle(context_id, current_rid); in vmci_resource_find_id()
H A Dvmci_guest.c83 vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in vmci_get_vm_context_id()
177 check_msg->dst = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in vmci_check_host_caps()
H A Dvmci_datagram.c72 handle = vmci_make_handle(context_id, resource_id); in dg_create_handle()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/misc/vmw_vmci/
H A Dvmci_doorbell.c233 link_msg.hdr.dst = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in dbell_link()
251 unlink_msg.hdr.dst = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in dbell_unlink()
268 notify_msg.hdr.dst = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in dbell_notify_as_guest()
331 bitmap_set_msg.hdr.dst = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in vmci_dbell_register_notification_bitmap()
438 new_handle = vmci_make_handle(context_id, VMCI_INVALID_ID); in vmci_doorbell_create()
H A Dvmci_context.c207 vmci_make_handle(context_id, VMCI_EVENT_HANDLER); in ctx_fire_notification()
238 vmci_make_handle(sub_ctx->cid, in ctx_fire_notification()
251 ev.msg.hdr.src = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in ctx_fire_notification()
342 vmci_make_handle in vmci_ctx_enqueue_datagram()
628 notifier->handle = vmci_make_handle(remote_cid, VMCI_EVENT_HANDLER); in vmci_ctx_add_notification()
676 handle = vmci_make_handle(remote_cid, VMCI_EVENT_HANDLER); in vmci_ctx_remove_notification()
H A Dvmci_queue_pair.c857 ev.msg.hdr.dst = vmci_make_handle(context_id, VMCI_EVENT_HANDLER); in qp_notify_peer_local()
858 ev.msg.hdr.src = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in qp_notify_peer_local()
894 handle = vmci_make_handle(context_id, VMCI_INVALID_ID); in qp_guest_endpoint_create()
961 alloc_msg->hdr.dst = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in qp_alloc_hypercall()
990 detach_msg.hdr.dst = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in qp_detatch_hypercall()
1470 ev.msg.hdr.dst = vmci_make_handle(peer_id, VMCI_EVENT_HANDLER); in qp_notify_peer()
1471 ev.msg.hdr.src = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in qp_notify_peer()
1786 new_handle = vmci_make_handle( in qp_alloc_host_work()
2674 struct vmci_handle dst = vmci_make_handle(peer, VMCI_INVALID_ID); in vmci_qpair_alloc()
H A Dvmci_resource.c90 handle = vmci_make_handle(context_id, current_rid); in vmci_resource_find_id()
H A Dvmci_guest.c83 vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in vmci_get_vm_context_id()
177 check_msg->dst = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in vmci_check_host_caps()
H A Dvmci_datagram.c72 handle = vmci_make_handle(context_id, resource_id); in dg_create_handle()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/misc/vmw_vmci/
H A Dvmci_doorbell.c233 link_msg.hdr.dst = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in dbell_link()
251 unlink_msg.hdr.dst = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in dbell_unlink()
268 notify_msg.hdr.dst = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in dbell_notify_as_guest()
331 bitmap_set_msg.hdr.dst = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in vmci_dbell_register_notification_bitmap()
438 new_handle = vmci_make_handle(context_id, VMCI_INVALID_ID); in vmci_doorbell_create()
H A Dvmci_context.c207 vmci_make_handle(context_id, VMCI_EVENT_HANDLER); in ctx_fire_notification()
238 vmci_make_handle(sub_ctx->cid, in ctx_fire_notification()
251 ev.msg.hdr.src = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in ctx_fire_notification()
342 vmci_make_handle in vmci_ctx_enqueue_datagram()
628 notifier->handle = vmci_make_handle(remote_cid, VMCI_EVENT_HANDLER); in vmci_ctx_add_notification()
676 handle = vmci_make_handle(remote_cid, VMCI_EVENT_HANDLER); in vmci_ctx_remove_notification()
H A Dvmci_queue_pair.c857 ev.msg.hdr.dst = vmci_make_handle(context_id, VMCI_EVENT_HANDLER); in qp_notify_peer_local()
858 ev.msg.hdr.src = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in qp_notify_peer_local()
894 handle = vmci_make_handle(context_id, VMCI_INVALID_ID); in qp_guest_endpoint_create()
961 alloc_msg->hdr.dst = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in qp_alloc_hypercall()
990 detach_msg.hdr.dst = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in qp_detatch_hypercall()
1470 ev.msg.hdr.dst = vmci_make_handle(peer_id, VMCI_EVENT_HANDLER); in qp_notify_peer()
1471 ev.msg.hdr.src = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in qp_notify_peer()
1786 new_handle = vmci_make_handle( in qp_alloc_host_work()
2674 struct vmci_handle dst = vmci_make_handle(peer, VMCI_INVALID_ID); in vmci_qpair_alloc()
H A Dvmci_resource.c90 handle = vmci_make_handle(context_id, current_rid); in vmci_resource_find_id()
H A Dvmci_guest.c83 vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in vmci_get_vm_context_id()
177 check_msg->dst = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in vmci_check_host_caps()
H A Dvmci_datagram.c72 handle = vmci_make_handle(context_id, resource_id); in dg_create_handle()
/dports/multimedia/libv4l/linux-5.13-rc2/net/vmw_vsock/
H A Dvmci_transport.c123 pkt->dg.src = vmci_make_handle(VMADDR_CID_ANY, in vmci_transport_packet_init()
125 pkt->dg.dst = vmci_make_handle(dst->svm_cid, in vmci_transport_packet_init()
1713 dg->dst = vmci_make_handle(remote_addr->svm_cid, in vmci_transport_dgram_enqueue()
1715 dg->src = vmci_make_handle(vsk->local_addr.svm_cid, in vmci_transport_dgram_enqueue()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/vmw_vsock/
H A Dvmci_transport.c123 pkt->dg.src = vmci_make_handle(VMADDR_CID_ANY, in vmci_transport_packet_init()
125 pkt->dg.dst = vmci_make_handle(dst->svm_cid, in vmci_transport_packet_init()
1713 dg->dst = vmci_make_handle(remote_addr->svm_cid, in vmci_transport_dgram_enqueue()
1715 dg->src = vmci_make_handle(vsk->local_addr.svm_cid, in vmci_transport_dgram_enqueue()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/vmw_vsock/
H A Dvmci_transport.c123 pkt->dg.src = vmci_make_handle(VMADDR_CID_ANY, in vmci_transport_packet_init()
125 pkt->dg.dst = vmci_make_handle(dst->svm_cid, in vmci_transport_packet_init()
1713 dg->dst = vmci_make_handle(remote_addr->svm_cid, in vmci_transport_dgram_enqueue()
1715 dg->src = vmci_make_handle(vsk->local_addr.svm_cid, in vmci_transport_dgram_enqueue()
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dvmw_vmci_defs.h136 #define vmci_make_handle(_cid, _rid) \ macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dvmw_vmci_defs.h136 #define vmci_make_handle(_cid, _rid) \ macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dvmw_vmci_defs.h136 #define vmci_make_handle(_cid, _rid) \ macro