Searched refs:ct_type (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/misc/vmw_vmci/
H A Dvmci_host.c95 enum vmci_obj_type ct_type; member in struct:vmci_host_dev
130 vmci_host_dev->ct_type = VMCIOBJ_NOT_SET; vmci_host_open()
145 if (vmci_host_dev->ct_type == VMCIOBJ_CONTEXT) { vmci_host_close()
157 vmci_host_dev->ct_type = VMCIOBJ_NOT_SET; vmci_host_close()
174 if (vmci_host_dev->ct_type == VMCIOBJ_CONTEXT) { vmci_host_poll()
309 if (vmci_host_dev->ct_type != VMCIOBJ_NOT_SET) { vmci_host_do_init_context()
346 vmci_host_dev->ct_type = VMCIOBJ_CONTEXT; vmci_host_do_init_context()
364 if (vmci_host_dev->ct_type != VMCIOBJ_CONTEXT) { vmci_host_do_send_datagram()
426 if (vmci_host_dev->ct_type != VMCIOBJ_CONTEXT) { vmci_host_do_receive_datagram()
458 if (vmci_host_dev->ct_type != VMCIOBJ_CONTEXT) { vmci_host_do_alloc_queuepair()
529 if (vmci_host_dev->ct_type != VMCIOBJ_CONTEXT) { vmci_host_do_queuepair_setva()
577 if (vmci_host_dev->ct_type != VMCIOBJ_CONTEXT) { vmci_host_do_queuepair_setpf()
648 if (vmci_host_dev->ct_type != VMCIOBJ_CONTEXT) { vmci_host_do_qp_detach()
675 if (vmci_host_dev->ct_type != VMCIOBJ_CONTEXT) { vmci_host_do_ctx_add_notify()
698 if (vmci_host_dev->ct_type != VMCIOBJ_CONTEXT) { vmci_host_do_ctx_remove_notify()
722 if (vmci_host_dev->ct_type != VMCIOBJ_CONTEXT) { vmci_host_do_ctx_get_cpt_state()
754 if (vmci_host_dev->ct_type != VMCIOBJ_CONTEXT) { vmci_host_do_ctx_set_cpt_state()
802 if (vmci_host_dev->ct_type != VMCIOBJ_CONTEXT) { vmci_host_do_set_notify()
835 if (vmci_host_dev->ct_type != VMCIOBJ_CONTEXT) { vmci_host_do_notify_resource()
884 if (vmci_host_dev->ct_type != VMCIOBJ_CONTEXT) { vmci_host_do_recv_notifications()

Completed in 103 milliseconds