Home
last modified time | relevance | path

Searched defs:VHOST_USER_PAYLOAD_SIZE (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Dvhost-user-test.c135 #define VHOST_USER_PAYLOAD_SIZE (sizeof(m) - VHOST_USER_HDR_SIZE) macro
/openbmc/qemu/hw/virtio/
H A Dvhost-user.c237 #define VHOST_USER_PAYLOAD_SIZE (sizeof(VhostUserPayload)) macro