Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dvirtio_ring.h40 #define VRING_DESC_F_WRITE 2 macro
/linux-4.1.27/drivers/virtio/
Dvirtio_ring.c217 desc[i].flags = cpu_to_virtio16(_vq->vdev, VRING_DESC_F_NEXT | VRING_DESC_F_WRITE); in virtqueue_add()
/linux-4.1.27/drivers/vhost/
Dvhost.c1191 if (desc.flags & cpu_to_vhost16(vq, VRING_DESC_F_WRITE)) { in get_indirect()
1318 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.1.27/Documentation/mic/mpssd/
Dmpssd.c1073 if (le16toh(desc->flags) & VRING_DESC_F_WRITE) { in header_error_check()
/linux-4.1.27/tools/lguest/
Dlguest.c886 if (desc[i].flags & VRING_DESC_F_WRITE) in wait_for_vq_desc()