Home
last modified time | relevance | path

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

/linux/drivers/vhost/
H A Dvhost.h120 u16 next_avail_head; member
H A Dvhost.c375 vq->next_avail_head = 0; in vhost_vq_reset()
2165 vq->next_avail_head = vq->last_avail_idx = in vhost_vring_ioctl()
2173 vq->next_avail_head = vq->last_avail_idx = s.num; in vhost_vring_ioctl()
2838 head = vq->next_avail_head & (vq->num - 1); in vhost_get_vq_desc_n()
2935 vq->next_avail_head += c; in vhost_get_vq_desc_n()
2978 vq->next_avail_head -= ndesc; in vhost_discard_vq_desc()