Searched refs:VRING_DESC_F_WRITE (Results 1 – 6 of 6) sorted by relevance
43 #define VRING_DESC_F_WRITE 2 macro
223 desc[i].flags = cpu_to_virtio16(_vq->vdev, VRING_DESC_F_NEXT | VRING_DESC_F_WRITE); in virtqueue_add()
1306 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()
327 if (desc.flags & cpu_to_vringh16(vrh, VRING_DESC_F_WRITE)) in __vringh_iov()
1103 if (le16toh(desc->flags) & VRING_DESC_F_WRITE) { in header_error_check()
890 if (desc[i].flags & VRING_DESC_F_WRITE) in wait_for_vq_desc()