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.h121 u16 next_avail_head; member
H A Dvhost.c386 vq->next_avail_head = 0; in vhost_vq_reset()
2231 vq->next_avail_head = vq->last_avail_idx = in vhost_vring_ioctl()
2239 vq->next_avail_head = vq->last_avail_idx = s.num; in vhost_vring_ioctl()
2944 head = vq->next_avail_head & (vq->num - 1); in vhost_get_vq_desc_n()
3041 vq->next_avail_head += c; in vhost_get_vq_desc_n()
3084 vq->next_avail_head -= ndesc; in vhost_discard_vq_desc()