Searched refs:src_cid (Results 1 – 4 of 4) sorted by relevance
1036 int vmci_ctx_notify_dbell(u32 src_cid, in vmci_ctx_notify_dbell() argument1053 if (src_cid != handle.context) { in vmci_ctx_notify_dbell()1056 if (VMCI_CONTEXT_IS_VM(src_cid) && in vmci_ctx_notify_dbell()1059 src_cid, handle.context); in vmci_ctx_notify_dbell()1071 if (src_cid != VMCI_HOST_CONTEXT_ID || in vmci_ctx_notify_dbell()1073 src_priv_flags = vmci_context_get_priv_flags(src_cid); in vmci_ctx_notify_dbell()1083 result = vmci_dbell_host_context_notify(src_cid, handle); in vmci_ctx_notify_dbell()
37 int vmci_dbell_host_context_notify(u32 src_cid, struct vmci_handle handle);
292 int vmci_dbell_host_context_notify(u32 src_cid, struct vmci_handle handle) in vmci_dbell_host_context_notify() argument
547 if (le64_to_cpu(pkt->hdr.src_cid) == vsock->guest_cid && in vhost_vsock_handle_tx_kick()