Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/misc/vmw_vmci/
A Dvmci_guest.c39 #define VMCI_DMA_DG_BUFFER_SIZE (VMCI_MAX_DG_SIZE + PAGE_SIZE)
156 if (VMCI_DG_SIZE(dg) > VMCI_MAX_DG_SIZE) in vmci_write_data()
309 size_t dg_in_buffer_size = VMCI_MAX_DG_SIZE; in vmci_dispatch_dgs()
314 BUILD_BUG_ON(VMCI_MAX_DG_SIZE < PAGE_SIZE); in vmci_dispatch_dgs()
324 current_dg_in_buffer_size = VMCI_MAX_DG_SIZE; in vmci_dispatch_dgs()
652 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.c371 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()
/linux-6.3-rc2/include/linux/
A Dvmw_vmci_defs.h538 #define VMCI_MAX_DG_SIZE (17 * 4096) macro
539 #define VMCI_MAX_DG_PAYLOAD_SIZE (VMCI_MAX_DG_SIZE - \
546 #define VMCI_MAX_DATAGRAM_QUEUE_SIZE (VMCI_MAX_DG_SIZE * 2)

Completed in 13 milliseconds