Home
last modified time | relevance | path

Searched refs:VHOST_USER_MAX_CONFIG_SIZE (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.h51 #define VHOST_USER_MAX_CONFIG_SIZE 256 macro
162 uint8_t region[VHOST_USER_MAX_CONFIG_SIZE];
/openbmc/qemu/hw/virtio/
H A Dvhost-user.c58 #define VHOST_USER_MAX_CONFIG_SIZE 256 macro
148 uint8_t region[VHOST_USER_MAX_CONFIG_SIZE];
2429 assert(config_len <= VHOST_USER_MAX_CONFIG_SIZE); in vhost_user_get_config()
2485 if (size > VHOST_USER_MAX_CONFIG_SIZE) { in vhost_user_set_config()
H A Dvirtio.c53 #define VHOST_USER_MAX_CONFIG_SIZE 256 macro