Lines Matching refs:cid

63 	u32 cid;  member
322 vmci_host_dev->context = vmci_ctx_create(init_block.cid, in vmci_host_do_init_context()
337 init_block.cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_init_context()
362 u32 cid; in vmci_host_do_send_datagram() local
410 cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_send_datagram()
411 send_info.result = vmci_datagram_dispatch(cid, dg, true); in vmci_host_do_send_datagram()
456 u32 cid; in vmci_host_do_alloc_queuepair() local
463 cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_alloc_queuepair()
673 u32 cid; in vmci_host_do_ctx_add_notify() local
683 cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_ctx_add_notify()
684 result = vmci_ctx_add_notification(cid, ar_info.remote_cid); in vmci_host_do_ctx_add_notify()
695 u32 cid; in vmci_host_do_ctx_remove_notify() local
706 cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_ctx_remove_notify()
707 result = vmci_ctx_remove_notification(cid, in vmci_host_do_ctx_remove_notify()
718 u32 cid; in vmci_host_do_ctx_get_cpt_state() local
730 cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_ctx_get_cpt_state()
731 get_info.result = vmci_ctx_get_chkpt_state(cid, get_info.cpt_type, in vmci_host_do_ctx_get_cpt_state()
750 u32 cid; in vmci_host_do_ctx_set_cpt_state() local
776 cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_ctx_set_cpt_state()
777 set_info.result = vmci_ctx_set_chkpt_state(cid, set_info.cpt_type, in vmci_host_do_ctx_set_cpt_state()
828 u32 cid; in vmci_host_do_notify_resource() local
843 cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_notify_resource()
849 info.result = vmci_ctx_notify_dbell(cid, info.handle, in vmci_host_do_notify_resource()
857 info.result = vmci_ctx_dbell_create(cid, info.handle); in vmci_host_do_notify_resource()
861 info.result = vmci_ctx_dbell_destroy(cid, info.handle); in vmci_host_do_notify_resource()
881 u32 cid; in vmci_host_do_recv_notifications() local
902 cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_recv_notifications()
904 info.result = vmci_ctx_rcv_notifications_get(cid, in vmci_host_do_recv_notifications()
922 vmci_ctx_rcv_notifications_release(cid, in vmci_host_do_recv_notifications()