Searched refs:VRING_DESC_F_INDIRECT (Results 1 – 4 of 4) sorted by relevance
34 #define VRING_DESC_F_INDIRECT (1 << 2) macro
331 if ((vdir->flags & VRING_DESC_F_INDIRECT) == 0) { in vq_getchain()362 if (vp->flags & VRING_DESC_F_INDIRECT) { in vq_getchain()
375 #define VRING_DESC_F_INDIRECT (1 << 2) macro
928 if (vp.vd_flags & VRING_DESC_F_INDIRECT) { in vq_map_indir_desc_bufs()1021 if ((vdir.vd_flags & VRING_DESC_F_INDIRECT) == 0) { in vq_popchain()