Searched refs:qe_index (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/virtio/
H A Dvirtiovar.h86 uint16_t qe_index; /* index in vq_desc array */ member in struct:vq_entry
H A Dvirtio.c322 "entry %d, vq %d", entry->qe_index,
334 "entry %d, vq %d,", entry->qe_index,
348 "entry %d, vq %d", entry->qe_index,
385 entry->qe_index = i;
744 qe->qe_desc->next = qe->qe_next->qe_index;
756 vq->vq_avail->ring[idx % vq->vq_num] = head->qe_index;
/illumos-gate/usr/src/uts/common/io/vioif/
H A Dvioif.c731 buf = sc->sc_rxbufs[ve->qe_index];
736 sc->sc_rxbufs[ve->qe_index] = buf;
812 buf = sc->sc_rxbufs[ve->qe_index];
862 sc->sc_rxbufs[ve->qe_index] = NULL;
910 buf = &sc->sc_txbufs[ve->qe_index];
943 buf = &sc->sc_txbufs[ve->qe_index];
986 buf = &sc->sc_txbufs[ve->qe_index];
1096 buf = &sc->sc_txbufs[ve->qe_index];
/illumos-gate/usr/src/uts/common/io/vioblk/
H A Dvioblk.c285 req = &sc->sc_reqs[ve_hdr->qe_index];
650 struct vioblk_req *req = &sc->sc_reqs[ve->qe_index];

Completed in 69 milliseconds