Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/
Dvirtio.c982 vq_alloc_slot(struct virtio_softc *sc, struct virtqueue *vq, size_t nslots) in vq_alloc_slot() function
1053 slot = vq_alloc_slot(sc, vq, 1); in virtio_enqueue_prep()
1112 s = vq_alloc_slot(sc, vq, nsegs - 1); in virtio_enqueue_reserve()