Searched refs:indir_desc (Results 1 – 1 of 1) sorted by relevance
60 struct vring_desc *indir_desc; /* Indirect descriptor, if any. */ member393 vq->desc_state[head].indir_desc = desc; in virtqueue_add()395 vq->desc_state[head].indir_desc = ctx; in virtqueue_add()654 struct vring_desc *indir_desc = vq->desc_state[head].indir_desc; in detach_buf() local658 if (!indir_desc) in detach_buf()668 vring_unmap_one(vq, &indir_desc[j]); in detach_buf()670 kfree(indir_desc); in detach_buf()671 vq->desc_state[head].indir_desc = NULL; in detach_buf()673 *ctx = vq->desc_state[head].indir_desc; in detach_buf()