VMCI_MAX_DG_SIZE  304 drivers/misc/vmw_vmci/vmci_context.c 	if (vmci_dg_size > VMCI_MAX_DG_SIZE) {
VMCI_MAX_DG_SIZE  322 drivers/misc/vmw_vmci/vmci_datagram.c 	if (dg->payload_size > VMCI_MAX_DG_SIZE ||
VMCI_MAX_DG_SIZE  323 drivers/misc/vmw_vmci/vmci_datagram.c 	    VMCI_DG_SIZE(dg) > VMCI_MAX_DG_SIZE) {
VMCI_MAX_DG_SIZE  213 drivers/misc/vmw_vmci/vmci_guest.c 	size_t dg_in_buffer_size = VMCI_MAX_DG_SIZE;
VMCI_MAX_DG_SIZE  217 drivers/misc/vmw_vmci/vmci_guest.c 	BUILD_BUG_ON(VMCI_MAX_DG_SIZE < PAGE_SIZE);
VMCI_MAX_DG_SIZE  475 drivers/misc/vmw_vmci/vmci_guest.c 	vmci_dev->data_buffer = vmalloc(VMCI_MAX_DG_SIZE);
VMCI_MAX_DG_SIZE  364 drivers/misc/vmw_vmci/vmci_host.c 	if (send_info.len > VMCI_MAX_DG_SIZE) {
VMCI_MAX_DG_SIZE  477 include/linux/vmw_vmci_defs.h #define VMCI_MAX_DG_PAYLOAD_SIZE (VMCI_MAX_DG_SIZE - \
VMCI_MAX_DG_SIZE  484 include/linux/vmw_vmci_defs.h #define VMCI_MAX_DATAGRAM_QUEUE_SIZE (VMCI_MAX_DG_SIZE * 2)