Home
last modified time | relevance | path

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

/drivers/misc/vmw_vmci/
Dvmci_context.c1046 int vmci_ctx_notify_dbell(u32 src_cid, in vmci_ctx_notify_dbell() argument
1063 if (src_cid != handle.context) { in vmci_ctx_notify_dbell()
1066 if (VMCI_CONTEXT_IS_VM(src_cid) && in vmci_ctx_notify_dbell()
1069 src_cid, handle.context); in vmci_ctx_notify_dbell()
1081 if (src_cid != VMCI_HOST_CONTEXT_ID || in vmci_ctx_notify_dbell()
1083 src_priv_flags = vmci_context_get_priv_flags(src_cid); in vmci_ctx_notify_dbell()
1093 result = vmci_dbell_host_context_notify(src_cid, handle); in vmci_ctx_notify_dbell()
Dvmci_doorbell.h45 int vmci_dbell_host_context_notify(u32 src_cid, struct vmci_handle handle);
Dvmci_doorbell.c300 int vmci_dbell_host_context_notify(u32 src_cid, struct vmci_handle handle) in vmci_dbell_host_context_notify() argument
/drivers/vhost/
Dvsock.c402 if (le64_to_cpu(pkt->hdr.src_cid) == vsock->guest_cid) in vhost_vsock_handle_tx_kick()