Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/virtio/
H A Dvirtio_impl.h222 #define VIRTQ_DESC_F_WRITE (1 << 1) macro
H A Dvirtio_main.c1198 flags |= VIRTQ_DESC_F_WRITE; in virtio_chain_append()