Lines Matching defs:indir_desc
70 struct vring_desc *indir_desc; /* Indirect descriptor, if any. */
75 struct vring_packed_desc *indir_desc; /* Indirect descriptor, if any. */
540 vq->split.desc_state[head].indir_desc = desc;
542 vq->split.desc_state[head].indir_desc = ctx;
647 struct vring_desc *indir_desc =
648 vq->split.desc_state[head].indir_desc;
652 if (!indir_desc)
663 vring_unmap_one_split(vq, &indir_desc[j]);
665 kfree(indir_desc);
666 vq->split.desc_state[head].indir_desc = NULL;
668 *ctx = vq->split.desc_state[head].indir_desc;
1071 vq->packed.desc_state[id].indir_desc = desc;
1206 vq->packed.desc_state[id].indir_desc = ctx;
1320 desc = state->indir_desc;
1331 state->indir_desc = NULL;
1333 *ctx = state->indir_desc;