Searched refs:VMCI_MAX_DG_SIZE (Results 1 – 4 of 4) sorted by relevance
538 #define VMCI_MAX_DG_SIZE (17 * 4096) macro539 #define VMCI_MAX_DG_PAYLOAD_SIZE (VMCI_MAX_DG_SIZE - \546 #define VMCI_MAX_DATAGRAM_QUEUE_SIZE (VMCI_MAX_DG_SIZE * 2)
323 if (dg->payload_size > VMCI_MAX_DG_SIZE || in vmci_datagram_dispatch()324 VMCI_DG_SIZE(dg) > VMCI_MAX_DG_SIZE) { in vmci_datagram_dispatch()
377 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()