Lines Matching full:cid
55 u32 cid; member
324 vmci_host_dev->context = vmci_ctx_create(init_block.cid, in vmci_host_do_init_context()
336 * Copy cid to userlevel, we do this to allow the VMX in vmci_host_do_init_context()
337 * to enforce its policy on cid generation. in vmci_host_do_init_context()
339 init_block.cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_init_context()
366 u32 cid; in vmci_host_do_send_datagram() local
408 cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_send_datagram()
409 send_info.result = vmci_datagram_dispatch(cid, dg, true); in vmci_host_do_send_datagram()
668 u32 cid; in vmci_host_do_ctx_add_notify() local
678 cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_ctx_add_notify()
679 result = vmci_ctx_add_notification(cid, ar_info.remote_cid); in vmci_host_do_ctx_add_notify()
690 u32 cid; in vmci_host_do_ctx_remove_notify() local
701 cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_ctx_remove_notify()
702 result = vmci_ctx_remove_notification(cid, in vmci_host_do_ctx_remove_notify()
713 u32 cid; in vmci_host_do_ctx_get_cpt_state() local
725 cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_ctx_get_cpt_state()
726 get_info.result = vmci_ctx_get_chkpt_state(cid, get_info.cpt_type, in vmci_host_do_ctx_get_cpt_state()
745 u32 cid; in vmci_host_do_ctx_set_cpt_state() local
762 cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_ctx_set_cpt_state()
763 set_info.result = vmci_ctx_set_chkpt_state(cid, set_info.cpt_type, in vmci_host_do_ctx_set_cpt_state()
813 u32 cid; in vmci_host_do_notify_resource() local
828 cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_notify_resource()
834 info.result = vmci_ctx_notify_dbell(cid, info.handle, in vmci_host_do_notify_resource()
842 info.result = vmci_ctx_dbell_create(cid, info.handle); in vmci_host_do_notify_resource()
846 info.result = vmci_ctx_dbell_destroy(cid, info.handle); in vmci_host_do_notify_resource()
866 u32 cid; in vmci_host_do_recv_notifications() local
887 cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_recv_notifications()
889 info.result = vmci_ctx_rcv_notifications_get(cid, in vmci_host_do_recv_notifications()
907 vmci_ctx_rcv_notifications_release(cid, in vmci_host_do_recv_notifications()