Searched refs:VMCI_MAX_DG_SIZE (Results 1 – 5 of 5) sorted by relevance
476 #define VMCI_MAX_DG_SIZE (17 * 4096) macro477 #define VMCI_MAX_DG_PAYLOAD_SIZE (VMCI_MAX_DG_SIZE - \484 #define VMCI_MAX_DATAGRAM_QUEUE_SIZE (VMCI_MAX_DG_SIZE * 2)
213 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()
322 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()
369 if (send_info.len > VMCI_MAX_DG_SIZE) { in vmci_host_do_send_datagram()
304 if (vmci_dg_size > VMCI_MAX_DG_SIZE) { in vmci_ctx_enqueue_datagram()
Completed in 13 milliseconds