Searched refs:VHOST_USER_MAX_CONFIG_SIZE (Results 1 – 3 of 3) sorted by relevance
51 #define VHOST_USER_MAX_CONFIG_SIZE 256 macro162 uint8_t region[VHOST_USER_MAX_CONFIG_SIZE];
58 #define VHOST_USER_MAX_CONFIG_SIZE 256 macro148 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()
53 #define VHOST_USER_MAX_CONFIG_SIZE 256 macro