Home
last modified time | relevance | path

Searched refs:VHOST_USER_CONFIG_HDR_SIZE (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.h166 #define VHOST_USER_CONFIG_HDR_SIZE (sizeof(c.offset) \ macro
/openbmc/qemu/hw/virtio/
H A Dvhost-user.c174 #define VHOST_USER_CONFIG_HDR_SIZE (sizeof(c.offset) \ macro
2441 .hdr.size = VHOST_USER_CONFIG_HDR_SIZE + config_len, in vhost_user_get_config()
2473 if (msg.hdr.size != VHOST_USER_CONFIG_HDR_SIZE + config_len) { in vhost_user_get_config()
2494 .hdr.size = VHOST_USER_CONFIG_HDR_SIZE + size, in vhost_user_set_config()