Home
last modified time | relevance | path

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

/linux/include/linux/
A Dvmw_vmci_defs.h476 #define VMCI_MAX_DG_SIZE (17 * 4096) macro
477 #define VMCI_MAX_DG_PAYLOAD_SIZE (VMCI_MAX_DG_SIZE - \
484 #define VMCI_MAX_DATAGRAM_QUEUE_SIZE (VMCI_MAX_DG_SIZE * 2)
/linux/drivers/misc/vmw_vmci/
A Dvmci_guest.c213 size_t dg_in_buffer_size = VMCI_MAX_DG_SIZE; in vmci_dispatch_dgs()
217 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()
A Dvmci_datagram.c322 if (dg->payload_size > VMCI_MAX_DG_SIZE || in vmci_datagram_dispatch()
323 VMCI_DG_SIZE(dg) > VMCI_MAX_DG_SIZE) { in vmci_datagram_dispatch()
A Dvmci_host.c369 if (send_info.len > VMCI_MAX_DG_SIZE) { in vmci_host_do_send_datagram()
A Dvmci_context.c304 if (vmci_dg_size > VMCI_MAX_DG_SIZE) { in vmci_ctx_enqueue_datagram()

Completed in 13 milliseconds