Searched refs:src_desc (Results 1 – 1 of 1) sorted by relevance
1181 struct vring_desc *src_desc; in vhost_crypto_process_one_req() local1197 src_desc = IOVA_TO_VVA(struct vring_desc *, vc_req, head->addr, in vhost_crypto_process_one_req()1199 if (unlikely(!src_desc || dlen != head->len)) { in vhost_crypto_process_one_req()1203 head = src_desc; in vhost_crypto_process_one_req()1230 desc->addr = src_desc->addr; in vhost_crypto_process_one_req()1231 desc->len = src_desc->len; in vhost_crypto_process_one_req()1232 desc->flags = src_desc->flags; in vhost_crypto_process_one_req()1234 if (unlikely((src_desc->flags & VRING_DESC_F_NEXT) == 0)) in vhost_crypto_process_one_req()1236 if (unlikely(src_desc->next >= max_n_descs)) { in vhost_crypto_process_one_req()1241 src_desc = &head[src_desc->next]; in vhost_crypto_process_one_req()