Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dvirtio_ring.h43 #define VRING_DESC_F_WRITE 2 macro
/linux-4.4.14/drivers/virtio/
Dvirtio_ring.c223 desc[i].flags = cpu_to_virtio16(_vq->vdev, VRING_DESC_F_NEXT | VRING_DESC_F_WRITE); in virtqueue_add()
/linux-4.4.14/drivers/vhost/
Dvhost.c1306 if (desc.flags & cpu_to_vhost16(vq, VRING_DESC_F_WRITE)) { in get_indirect()
1433 if (desc.flags & cpu_to_vhost16(vq, VRING_DESC_F_WRITE)) { in vhost_get_vq_desc()
Dvringh.c327 if (desc.flags & cpu_to_vringh16(vrh, VRING_DESC_F_WRITE)) in __vringh_iov()
/linux-4.4.14/Documentation/mic/mpssd/
Dmpssd.c1103 if (le16toh(desc->flags) & VRING_DESC_F_WRITE) { in header_error_check()
/linux-4.4.14/tools/lguest/
Dlguest.c890 if (desc[i].flags & VRING_DESC_F_WRITE) in wait_for_vq_desc()