Lines Matching refs:cid
55 u32 cid; member
314 vmci_host_dev->context = vmci_ctx_create(init_block.cid, in vmci_host_do_init_context()
329 init_block.cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_init_context()
354 u32 cid; in vmci_host_do_send_datagram() local
396 cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_send_datagram()
397 send_info.result = vmci_datagram_dispatch(cid, dg, true); in vmci_host_do_send_datagram()
656 u32 cid; in vmci_host_do_ctx_add_notify() local
666 cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_ctx_add_notify()
667 result = vmci_ctx_add_notification(cid, ar_info.remote_cid); in vmci_host_do_ctx_add_notify()
678 u32 cid; in vmci_host_do_ctx_remove_notify() local
689 cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_ctx_remove_notify()
690 result = vmci_ctx_remove_notification(cid, in vmci_host_do_ctx_remove_notify()
701 u32 cid; in vmci_host_do_ctx_get_cpt_state() local
713 cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_ctx_get_cpt_state()
714 get_info.result = vmci_ctx_get_chkpt_state(cid, get_info.cpt_type, in vmci_host_do_ctx_get_cpt_state()
733 u32 cid; in vmci_host_do_ctx_set_cpt_state() local
750 cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_ctx_set_cpt_state()
751 set_info.result = vmci_ctx_set_chkpt_state(cid, set_info.cpt_type, in vmci_host_do_ctx_set_cpt_state()
801 u32 cid; in vmci_host_do_notify_resource() local
816 cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_notify_resource()
822 info.result = vmci_ctx_notify_dbell(cid, info.handle, in vmci_host_do_notify_resource()
830 info.result = vmci_ctx_dbell_create(cid, info.handle); in vmci_host_do_notify_resource()
834 info.result = vmci_ctx_dbell_destroy(cid, info.handle); in vmci_host_do_notify_resource()
854 u32 cid; in vmci_host_do_recv_notifications() local
875 cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_recv_notifications()
877 info.result = vmci_ctx_rcv_notifications_get(cid, in vmci_host_do_recv_notifications()
895 vmci_ctx_rcv_notifications_release(cid, in vmci_host_do_recv_notifications()