Lines Matching refs:ev
942 struct vmci_event_qp ev; in qp_notify_peer_local() local
944 ev.msg.hdr.dst = vmci_make_handle(context_id, VMCI_EVENT_HANDLER); in qp_notify_peer_local()
945 ev.msg.hdr.src = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in qp_notify_peer_local()
947 ev.msg.hdr.payload_size = sizeof(ev) - sizeof(ev.msg.hdr); in qp_notify_peer_local()
948 ev.msg.event_data.event = in qp_notify_peer_local()
950 ev.payload.peer_id = context_id; in qp_notify_peer_local()
951 ev.payload.handle = handle; in qp_notify_peer_local()
953 return vmci_event_dispatch(&ev.msg.hdr); in qp_notify_peer_local()
1541 struct vmci_event_qp ev; in qp_notify_peer() local
1555 ev.msg.hdr.dst = vmci_make_handle(peer_id, VMCI_EVENT_HANDLER); in qp_notify_peer()
1556 ev.msg.hdr.src = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in qp_notify_peer()
1558 ev.msg.hdr.payload_size = sizeof(ev) - sizeof(ev.msg.hdr); in qp_notify_peer()
1559 ev.msg.event_data.event = attach ? in qp_notify_peer()
1561 ev.payload.handle = handle; in qp_notify_peer()
1562 ev.payload.peer_id = my_id; in qp_notify_peer()
1565 &ev.msg.hdr, false); in qp_notify_peer()