Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/misc/vmw_vmci/
Dvmci_host.c95 enum vmci_obj_type ct_type; member
130 vmci_host_dev->ct_type = VMCIOBJ_NOT_SET; in vmci_host_open()
145 if (vmci_host_dev->ct_type == VMCIOBJ_CONTEXT) { in vmci_host_close()
157 vmci_host_dev->ct_type = VMCIOBJ_NOT_SET; in vmci_host_close()
174 if (vmci_host_dev->ct_type == VMCIOBJ_CONTEXT) { in vmci_host_poll()
309 if (vmci_host_dev->ct_type != VMCIOBJ_NOT_SET) { in vmci_host_do_init_context()
346 vmci_host_dev->ct_type = VMCIOBJ_CONTEXT; in vmci_host_do_init_context()
364 if (vmci_host_dev->ct_type != VMCIOBJ_CONTEXT) { in vmci_host_do_send_datagram()
426 if (vmci_host_dev->ct_type != VMCIOBJ_CONTEXT) { in vmci_host_do_receive_datagram()
458 if (vmci_host_dev->ct_type != VMCIOBJ_CONTEXT) { in vmci_host_do_alloc_queuepair()
[all …]