Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dvmw_vmci_defs.h482 #define VMCI_MAX_DG_SIZE (17 * 4096) macro
483 #define VMCI_MAX_DG_PAYLOAD_SIZE (VMCI_MAX_DG_SIZE - \
490 #define VMCI_MAX_DATAGRAM_QUEUE_SIZE (VMCI_MAX_DG_SIZE * 2)
/linux-4.19.296/drivers/misc/vmw_vmci/
Dvmci_guest.c214 size_t dg_in_buffer_size = VMCI_MAX_DG_SIZE; in vmci_dispatch_dgs()
218 BUILD_BUG_ON(VMCI_MAX_DG_SIZE < PAGE_SIZE); in vmci_dispatch_dgs()
475 vmci_dev->data_buffer = vmalloc(VMCI_MAX_DG_SIZE); in vmci_guest_probe_device()
Dvmci_datagram.c330 if (dg->payload_size > VMCI_MAX_DG_SIZE || in vmci_datagram_dispatch()
331 VMCI_DG_SIZE(dg) > VMCI_MAX_DG_SIZE) { in vmci_datagram_dispatch()
Dvmci_host.c379 if (send_info.len > VMCI_MAX_DG_SIZE) { in vmci_host_do_send_datagram()
Dvmci_context.c312 if (vmci_dg_size > VMCI_MAX_DG_SIZE) { in vmci_ctx_enqueue_datagram()