Lines Matching refs:cid

55 	u32 cid;  member
317 vmci_host_dev->context = vmci_ctx_create(init_block.cid, in vmci_host_do_init_context()
332 init_block.cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_init_context()
359 u32 cid; in vmci_host_do_send_datagram() local
401 cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_send_datagram()
402 send_info.result = vmci_datagram_dispatch(cid, dg, true); in vmci_host_do_send_datagram()
661 u32 cid; in vmci_host_do_ctx_add_notify() local
671 cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_ctx_add_notify()
672 result = vmci_ctx_add_notification(cid, ar_info.remote_cid); in vmci_host_do_ctx_add_notify()
683 u32 cid; in vmci_host_do_ctx_remove_notify() local
694 cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_ctx_remove_notify()
695 result = vmci_ctx_remove_notification(cid, in vmci_host_do_ctx_remove_notify()
706 u32 cid; in vmci_host_do_ctx_get_cpt_state() local
718 cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_ctx_get_cpt_state()
719 get_info.result = vmci_ctx_get_chkpt_state(cid, get_info.cpt_type, in vmci_host_do_ctx_get_cpt_state()
738 u32 cid; in vmci_host_do_ctx_set_cpt_state() local
755 cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_ctx_set_cpt_state()
756 set_info.result = vmci_ctx_set_chkpt_state(cid, set_info.cpt_type, in vmci_host_do_ctx_set_cpt_state()
806 u32 cid; in vmci_host_do_notify_resource() local
821 cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_notify_resource()
827 info.result = vmci_ctx_notify_dbell(cid, info.handle, in vmci_host_do_notify_resource()
835 info.result = vmci_ctx_dbell_create(cid, info.handle); in vmci_host_do_notify_resource()
839 info.result = vmci_ctx_dbell_destroy(cid, info.handle); in vmci_host_do_notify_resource()
859 u32 cid; in vmci_host_do_recv_notifications() local
880 cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_recv_notifications()
882 info.result = vmci_ctx_rcv_notifications_get(cid, in vmci_host_do_recv_notifications()
900 vmci_ctx_rcv_notifications_release(cid, in vmci_host_do_recv_notifications()