Searched refs:VRING_DESC_F_WRITE (Results 1 – 4 of 4) sorted by relevance
33 #define VRING_DESC_F_WRITE (1 << 1) macro
312 #define VRING_DESC_F_WRITE (1 << 1) macro
851 (desc->vd_flags & VRING_DESC_F_WRITE) != 0, region); in vq_map_desc_bufs()
223 if ((vd->flags & VRING_DESC_F_WRITE) == 0) in _vq_record()