Searched refs:VRING_DESC_F_NEXT (Results 1 – 5 of 5) sorted by relevance
148 desc[i].flags = VRING_DESC_F_NEXT; in vring_add_indirect()155 desc[i].flags = VRING_DESC_F_NEXT|VRING_DESC_F_WRITE; in vring_add_indirect()163 desc[i-1].flags &= ~VRING_DESC_F_NEXT; in vring_add_indirect()254 vq->vring.desc[i].flags = VRING_DESC_F_NEXT; in virtqueue_add_buf()261 vq->vring.desc[i].flags = VRING_DESC_F_NEXT|VRING_DESC_F_WRITE; in virtqueue_add_buf()268 vq->vring.desc[prev].flags &= ~VRING_DESC_F_NEXT; in virtqueue_add_buf()391 while (vq->vring.desc[i].flags & VRING_DESC_F_NEXT) { in detach_buf()
37 #define VRING_DESC_F_NEXT 1 macro
607 if (!(desc[i].flags & VRING_DESC_F_NEXT)) in next_desc()
1097 if (!(desc->flags & VRING_DESC_F_NEXT)) in next_desc()
435 #define VRING_DESC_F_NEXT 1669 Set the VRING_DESC_F_NEXT bit in d.flags.1017 #define VRING_DESC_F_NEXT 1