Searched refs:vring_avail (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/sys/dev/pv/
H A Dvirtioreg.h158 struct vring_avail { struct
H A Dvirtiovar.h107 struct vring_avail *vq_avail;
H A Dvirtio.c192 offsetof(struct vring_avail, ring) + vq->vq_num * sizeof(uint16_t),
369 vq->vq_avail = (struct vring_avail*)(((char*)vq->vq_desc) +
/openbsd-current/usr.sbin/vmd/
H A Dvirtio.h199 struct vring_avail *avail;
H A Dvioblk.c302 struct vring_avail *avail;
319 avail = (struct vring_avail *)(vr + vq_info->vq_availoffset);
H A Dvionet.c380 struct vring_avail *avail;
402 avail = (struct vring_avail *)(vr + vq_info->vq_availoffset);
722 struct vring_avail *avail;
745 avail = (struct vring_avail *)(vr + vq_info->vq_availoffset);
H A Dvirtio.c164 struct vring_avail *avail;
180 avail = (struct vring_avail *)(vr + vq_info->vq_availoffset);
H A Dvioscsi.c79 vioscsi_next_ring_item(struct vioscsi_dev *dev, struct vring_avail *avail,
2102 acct.avail = (struct vring_avail *)(vr + vq_info->vq_availoffset);

Completed in 336 milliseconds