• Home
  • Raw
  • Download

Lines Matching full:cid

55 	u32 cid;  member
323 vmci_host_dev->context = vmci_ctx_create(init_block.cid, in vmci_host_do_init_context()
335 * Copy cid to userlevel, we do this to allow the VMX in vmci_host_do_init_context()
336 * to enforce its policy on cid generation. in vmci_host_do_init_context()
338 init_block.cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_init_context()
365 u32 cid; in vmci_host_do_send_datagram() local
407 cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_send_datagram()
408 send_info.result = vmci_datagram_dispatch(cid, dg, true); in vmci_host_do_send_datagram()
667 u32 cid; in vmci_host_do_ctx_add_notify() local
677 cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_ctx_add_notify()
678 result = vmci_ctx_add_notification(cid, ar_info.remote_cid); in vmci_host_do_ctx_add_notify()
689 u32 cid; in vmci_host_do_ctx_remove_notify() local
700 cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_ctx_remove_notify()
701 result = vmci_ctx_remove_notification(cid, in vmci_host_do_ctx_remove_notify()
712 u32 cid; in vmci_host_do_ctx_get_cpt_state() local
724 cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_ctx_get_cpt_state()
725 get_info.result = vmci_ctx_get_chkpt_state(cid, get_info.cpt_type, in vmci_host_do_ctx_get_cpt_state()
744 u32 cid; in vmci_host_do_ctx_set_cpt_state() local
761 cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_ctx_set_cpt_state()
762 set_info.result = vmci_ctx_set_chkpt_state(cid, set_info.cpt_type, in vmci_host_do_ctx_set_cpt_state()
812 u32 cid; in vmci_host_do_notify_resource() local
827 cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_notify_resource()
833 info.result = vmci_ctx_notify_dbell(cid, info.handle, in vmci_host_do_notify_resource()
841 info.result = vmci_ctx_dbell_create(cid, info.handle); in vmci_host_do_notify_resource()
845 info.result = vmci_ctx_dbell_destroy(cid, info.handle); in vmci_host_do_notify_resource()
865 u32 cid; in vmci_host_do_recv_notifications() local
886 cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_recv_notifications()
888 info.result = vmci_ctx_rcv_notifications_get(cid, in vmci_host_do_recv_notifications()
906 vmci_ctx_rcv_notifications_release(cid, in vmci_host_do_recv_notifications()