Lines Matching defs:indir_desc
72 struct vring_desc *indir_desc; /* Indirect descriptor, if any. */
77 struct vring_packed_desc *indir_desc; /* Indirect descriptor, if any. */
681 vq->split.desc_state[head].indir_desc = desc;
683 vq->split.desc_state[head].indir_desc = ctx;
791 struct vring_desc *indir_desc =
792 vq->split.desc_state[head].indir_desc;
796 if (!indir_desc)
807 vring_unmap_one_split_indirect(vq, &indir_desc[j]);
810 kfree(indir_desc);
811 vq->split.desc_state[head].indir_desc = NULL;
813 *ctx = vq->split.desc_state[head].indir_desc;
1378 vq->packed.desc_state[id].indir_desc = desc;
1515 vq->packed.desc_state[id].indir_desc = ctx;
1631 desc = state->indir_desc;
1642 state->indir_desc = NULL;
1644 *ctx = state->indir_desc;