Home
last modified time | relevance | path

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

/freebsd/sys/dev/vmware/vmci/
H A Dvmci_call_defs.h46 #define VMCI_MAX_DG_SIZE \ macro
49 (VMCI_MAX_DG_SIZE - sizeof(struct vmci_datagram))
H A Dvmci_datagram.c489 if (VMCI_DG_SIZE(dg) > VMCI_MAX_DG_SIZE) { in vmci_datagram_dispatch()
H A Dvmci.c93 static uint32_t data_buffer_size = VMCI_MAX_DG_SIZE;