Lines Matching refs:cid

64 	u32 cid;  member
323 vmci_host_dev->context = vmci_ctx_create(init_block.cid, in vmci_host_do_init_context()
338 init_block.cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_init_context()
363 u32 cid; in vmci_host_do_send_datagram() local
405 cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_send_datagram()
406 send_info.result = vmci_datagram_dispatch(cid, dg, true); in vmci_host_do_send_datagram()
451 u32 cid; in vmci_host_do_alloc_queuepair() local
458 cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_alloc_queuepair()
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
771 cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_ctx_set_cpt_state()
772 set_info.result = vmci_ctx_set_chkpt_state(cid, set_info.cpt_type, in vmci_host_do_ctx_set_cpt_state()
823 u32 cid; in vmci_host_do_notify_resource() local
838 cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_notify_resource()
844 info.result = vmci_ctx_notify_dbell(cid, info.handle, in vmci_host_do_notify_resource()
852 info.result = vmci_ctx_dbell_create(cid, info.handle); in vmci_host_do_notify_resource()
856 info.result = vmci_ctx_dbell_destroy(cid, info.handle); in vmci_host_do_notify_resource()
876 u32 cid; in vmci_host_do_recv_notifications() local
897 cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_recv_notifications()
899 info.result = vmci_ctx_rcv_notifications_get(cid, in vmci_host_do_recv_notifications()
917 vmci_ctx_rcv_notifications_release(cid, in vmci_host_do_recv_notifications()