• Home
  • Raw
  • Download

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
404 cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_send_datagram()
405 send_info.result = vmci_datagram_dispatch(cid, dg, true); in vmci_host_do_send_datagram()
450 u32 cid; in vmci_host_do_alloc_queuepair() local
457 cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_alloc_queuepair()
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
770 cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_ctx_set_cpt_state()
771 set_info.result = vmci_ctx_set_chkpt_state(cid, set_info.cpt_type, in vmci_host_do_ctx_set_cpt_state()
822 u32 cid; in vmci_host_do_notify_resource() local
837 cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_notify_resource()
843 info.result = vmci_ctx_notify_dbell(cid, info.handle, in vmci_host_do_notify_resource()
851 info.result = vmci_ctx_dbell_create(cid, info.handle); in vmci_host_do_notify_resource()
855 info.result = vmci_ctx_dbell_destroy(cid, info.handle); in vmci_host_do_notify_resource()
875 u32 cid; in vmci_host_do_recv_notifications() local
896 cid = vmci_ctx_get_id(vmci_host_dev->context); in vmci_host_do_recv_notifications()
898 info.result = vmci_ctx_rcv_notifications_get(cid, in vmci_host_do_recv_notifications()
916 vmci_ctx_rcv_notifications_release(cid, in vmci_host_do_recv_notifications()