Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/misc/vmw_vmci/
Dvmci_context.h131 bool vmci_ctx_supports_host_qp(struct vmci_ctx *context);
Dvmci_context.c1117 bool vmci_ctx_supports_host_qp(struct vmci_ctx *context) in vmci_ctx_supports_host_qp() function
Dvmci_queue_pair.c1565 if (!vmci_ctx_supports_host_qp(context)) in qp_broker_attach()
1578 supports_host_qp = vmci_ctx_supports_host_qp(create_context); in qp_broker_attach()