Home
last modified time | relevance | path

Searched refs:cpt_type (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/drivers/misc/vmw_vmci/
Dvmci_context.h102 u32 cpt_type; member
150 int vmci_ctx_get_chkpt_state(u32 context_id, u32 cpt_type,
152 int vmci_ctx_set_chkpt_state(u32 context_id, u32 cpt_type,
Dvmci_context.c776 u32 cpt_type, in vmci_ctx_get_chkpt_state() argument
789 switch (cpt_type) { in vmci_ctx_get_chkpt_state()
810 pr_devel("Invalid cpt state (type=%d)\n", cpt_type); in vmci_ctx_get_chkpt_state()
825 u32 cpt_type, in vmci_ctx_set_chkpt_state() argument
834 if (cpt_type == VMCI_WELLKNOWN_CPT_STATE && num_ids > 0) { in vmci_ctx_set_chkpt_state()
843 if (cpt_type != VMCI_NOTIFICATION_CPT_STATE) { in vmci_ctx_set_chkpt_state()
844 pr_devel("Invalid cpt state (type=%d)\n", cpt_type); in vmci_ctx_set_chkpt_state()
856 cpt_type, result); in vmci_ctx_set_chkpt_state()
Dvmci_host.c732 get_info.result = vmci_ctx_get_chkpt_state(cid, get_info.cpt_type, in vmci_host_do_ctx_get_cpt_state()
767 set_info.cpt_type); in vmci_host_do_ctx_set_cpt_state()
778 set_info.result = vmci_ctx_set_chkpt_state(cid, set_info.cpt_type, in vmci_host_do_ctx_set_cpt_state()