Home
last modified time | relevance | path

Searched defs:VHOST_USER_HDR_SIZE (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Dvhost-user-test.c131 #define VHOST_USER_HDR_SIZE (sizeof(m.request) \ macro
/openbmc/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.h41 #define VHOST_USER_HDR_SIZE offsetof(VhostUserMsg, payload.u64) macro
/openbmc/qemu/hw/virtio/
H A Dvhost-user.c235 #define VHOST_USER_HDR_SIZE (sizeof(VhostUserHeader)) macro