Searched refs:VHOST_USER_VRING_INDEX_MASK (Results 1 – 2 of 2) sorted by relevance
/arch/um/drivers/ | ||
D | vhost_user.h | 17 #define VHOST_USER_VRING_INDEX_MASK 0xff macro |
D | virtio_uml.c | 628 if (index & ~VHOST_USER_VRING_INDEX_MASK) in vhost_user_set_vring_fd() |