Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/virtio/
H A Dvirtio_main.c696 if ((viq->viq_descmap = id_space_create(space_name, 0, qsz)) == NULL) { in virtio_queue_alloc()
794 if (viq->viq_descmap != NULL) { in virtio_queue_free()
795 id_space_destroy(viq->viq_descmap); in virtio_queue_free()
1072 id_free(vic->vic_vq->viq_descmap, vic->vic_direct[i]); in virtio_chain_clear()
1094 id_free(vic->vic_vq->viq_descmap, vic->vic_direct[0]); in virtio_chain_free()
1110 if ((index = id_alloc_nosleep(viq->viq_descmap)) == -1) { in virtio_queue_descmap_alloc()
H A Dvirtio_impl.h134 id_space_t *viq_descmap; member