Searched refs:indirect_num (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/virtio/
H A Dvirtiovar.h182 unsigned int indirect_num, const char *name);
H A Dvirtio.c376 int indirect_num = vq->vq_indirect_num; local
389 if (indirect_num) {
420 unsigned int indirect_num, const char *name)
507 ASSERT(indirect_num == 0 ||
509 vq->vq_indirect_num = indirect_num;
521 vq_size, index, name, indirect_num * vq_size);
419 virtio_alloc_vq(struct virtio_softc *sc, unsigned int index, unsigned int size, unsigned int indirect_num, const char *name) argument

Completed in 115 milliseconds