Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/misc/vmw_vmci/
H A Dvmci_host.c87 enum vmci_obj_type ct_type; member
127 vmci_host_dev->ct_type = VMCIOBJ_NOT_SET; in vmci_host_open()
142 if (vmci_host_dev->ct_type == VMCIOBJ_CONTEXT) { in vmci_host_close()
154 vmci_host_dev->ct_type = VMCIOBJ_NOT_SET; in vmci_host_close()
171 if (vmci_host_dev->ct_type == VMCIOBJ_CONTEXT) { in vmci_host_poll()
173 * Read context only if ct_type == VMCIOBJ_CONTEXT to make in vmci_host_poll()
310 if (vmci_host_dev->ct_type != VMCIOBJ_NOT_SET) { in vmci_host_do_init_context()
347 vmci_host_dev->ct_type = VMCIOBJ_CONTEXT; in vmci_host_do_init_context()
367 if (vmci_host_dev->ct_type != VMCIOBJ_CONTEXT) { in vmci_host_do_send_datagram()
423 if (vmci_host_dev->ct_type ! in vmci_host_do_receive_datagram()
[all...]
/kernel/linux/linux-6.6/drivers/misc/vmw_vmci/
H A Dvmci_host.c87 enum vmci_obj_type ct_type; member
127 vmci_host_dev->ct_type = VMCIOBJ_NOT_SET; in vmci_host_open()
142 if (vmci_host_dev->ct_type == VMCIOBJ_CONTEXT) { in vmci_host_close()
154 vmci_host_dev->ct_type = VMCIOBJ_NOT_SET; in vmci_host_close()
171 if (vmci_host_dev->ct_type == VMCIOBJ_CONTEXT) { in vmci_host_poll()
173 * Read context only if ct_type == VMCIOBJ_CONTEXT to make in vmci_host_poll()
312 if (vmci_host_dev->ct_type != VMCIOBJ_NOT_SET) { in vmci_host_do_init_context()
349 vmci_host_dev->ct_type = VMCIOBJ_CONTEXT; in vmci_host_do_init_context()
369 if (vmci_host_dev->ct_type != VMCIOBJ_CONTEXT) { in vmci_host_do_send_datagram()
425 if (vmci_host_dev->ct_type ! in vmci_host_do_receive_datagram()
[all...]

Completed in 2 milliseconds