Searched refs:vhost_user_get_u64 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/virtio/ |
H A D | vhost-user.c | 1080 static int vhost_user_get_u64(struct vhost_dev *dev, int request, uint64_t *u64) in vhost_user_get_u64() function 1120 if (vhost_user_get_u64(dev, VHOST_USER_GET_FEATURES, features) < 0) { in vhost_user_get_features() 1410 ret = vhost_user_get_u64(dev, VHOST_USER_GET_STATUS, &value); in vhost_user_get_status() 1490 err = vhost_user_get_u64(dev, VHOST_USER_GET_MAX_MEM_SLOTS, in vhost_user_get_max_memslots() 2188 err = vhost_user_get_u64(dev, VHOST_USER_GET_PROTOCOL_FEATURES, in vhost_user_backend_init() 2229 err = vhost_user_get_u64(dev, VHOST_USER_GET_QUEUE_NUM, in vhost_user_backend_init()
|