Lines Matching refs:cid

55 	u32 cid;  member
325 vmci_host_dev->context = vmci_ctx_create(init_block.cid, in vmci_host_do_init_context()
340 init_block.cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_init_context()
367 u32 cid; in vmci_host_do_send_datagram() local
409 cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_send_datagram()
410 send_info.result = vmci_datagram_dispatch(cid, dg, true); in vmci_host_do_send_datagram()
669 u32 cid; in vmci_host_do_ctx_add_notify() local
679 cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_ctx_add_notify()
680 result = vmci_ctx_add_notification(cid, ar_info.remote_cid); in vmci_host_do_ctx_add_notify()
691 u32 cid; in vmci_host_do_ctx_remove_notify() local
702 cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_ctx_remove_notify()
703 result = vmci_ctx_remove_notification(cid, in vmci_host_do_ctx_remove_notify()
714 u32 cid; in vmci_host_do_ctx_get_cpt_state() local
726 cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_ctx_get_cpt_state()
727 get_info.result = vmci_ctx_get_chkpt_state(cid, get_info.cpt_type, in vmci_host_do_ctx_get_cpt_state()
746 u32 cid; in vmci_host_do_ctx_set_cpt_state() local
763 cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_ctx_set_cpt_state()
764 set_info.result = vmci_ctx_set_chkpt_state(cid, set_info.cpt_type, in vmci_host_do_ctx_set_cpt_state()
814 u32 cid; in vmci_host_do_notify_resource() local
829 cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_notify_resource()
835 info.result = vmci_ctx_notify_dbell(cid, info.handle, in vmci_host_do_notify_resource()
843 info.result = vmci_ctx_dbell_create(cid, info.handle); in vmci_host_do_notify_resource()
847 info.result = vmci_ctx_dbell_destroy(cid, info.handle); in vmci_host_do_notify_resource()
867 u32 cid; in vmci_host_do_recv_notifications() local
888 cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_recv_notifications()
890 info.result = vmci_ctx_rcv_notifications_get(cid, in vmci_host_do_recv_notifications()
908 vmci_ctx_rcv_notifications_release(cid, in vmci_host_do_recv_notifications()