Home
last modified time | relevance | path

Searched refs:VMCI_DG_HEADERSIZE (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/vmware/vmci/
H A Dvmci_call_defs.h52 #define VMCI_DG_HEADERSIZE \ macro
55 (VMCI_DG_HEADERSIZE + (size_t)(_dg)->payload_size)
H A Dvmci_doorbell.c422 link_msg.hdr.payload_size = sizeof(link_msg) - VMCI_DG_HEADERSIZE; in vmci_doorbell_link()
464 unlink_msg.hdr.payload_size = sizeof(unlink_msg) - VMCI_DG_HEADERSIZE; in vmci_doorbell_unlink()
690 notify_msg.hdr.payload_size = sizeof(notify_msg) - VMCI_DG_HEADERSIZE; in vmci_doorbell_notify_as_guest()
811 sizeof(bitmap_set_msg) - VMCI_DG_HEADERSIZE; in vmci_register_notification_bitmap()
H A Dvmci_driver.c157 check_msg->payload_size = msg_size - VMCI_DG_HEADERSIZE; in vmci_util_check_host_capabilities()
358 if (remaining_bytes < VMCI_DG_HEADERSIZE) { in vmci_read_datagrams_from_port()
H A Dvmci_queue_pair.c541 alloc_msg->hdr.payload_size = msg_size - VMCI_DG_HEADERSIZE; in vmci_queue_pair_alloc_hypercall()