Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/misc/vmw_vmci/
Dvmci_context.h139 bool vmci_ctx_supports_host_qp(struct vmci_ctx *context);
Dvmci_context.c1125 bool vmci_ctx_supports_host_qp(struct vmci_ctx *context) in vmci_ctx_supports_host_qp() function
Dvmci_queue_pair.c1583 if (!vmci_ctx_supports_host_qp(context)) in qp_broker_attach()
1596 supports_host_qp = vmci_ctx_supports_host_qp(create_context); in qp_broker_attach()