Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/
Dvirtio.c876 vq->vq_descx = kmem_zalloc(sizeof(vq->vq_descx[0]) * vq_num, in virtio_alloc_vq()
936 kmem_free(vq->vq_descx, sizeof(vq->vq_descx[0]) * vq->vq_num); in virtio_free_vq()
1076 vdx = &vq->vq_descx[slot]; in virtio_enqueue_reserve()
1142 vdx = &vq->vq_descx[slot]; in virtio_enqueue()
1177 vdx = &vq->vq_descx[slot]; in virtio_enqueue_p()
1217 if (vq->vq_descx[slot].use_indirect) in virtio_enqueue_commit()
1273 vdx = &vq->vq_descx[slot]; in virtio_enqueue_abort()
1303 if (vq->vq_descx[slot].use_indirect) in virtio_dequeue()
1323 vdx = &vq->vq_descx[slot]; in virtio_dequeue_commit()
Dvirtiovar.h120 } *vq_descx; member