Lines Matching refs:flags
191 if (state->flags & CRYPTO_ACOMP_REQ_SRC_VIRT) in acomp_reqchain_virt()
193 if (state->flags & CRYPTO_ACOMP_REQ_DST_VIRT) in acomp_reqchain_virt()
201 state->flags = req->base.flags & (CRYPTO_ACOMP_REQ_SRC_VIRT | in acomp_virt_to_sg()
477 if ((walk->flags & ACOMP_WALK_SRC_LINEAR)) in acomp_walk_done_src()
482 if ((walk->flags & ACOMP_WALK_SLEEP)) in acomp_walk_done_src()
490 if ((walk->flags & ACOMP_WALK_DST_LINEAR)) in acomp_walk_done_dst()
495 if ((walk->flags & ACOMP_WALK_SLEEP)) in acomp_walk_done_dst()
505 if (!preempt_model_preemptible() && (walk->flags & ACOMP_WALK_SLEEP)) in acomp_walk_next_src()
507 if ((walk->flags & ACOMP_WALK_SRC_LINEAR)) { in acomp_walk_next_src()
522 if (!preempt_model_preemptible() && (walk->flags & ACOMP_WALK_SLEEP)) in acomp_walk_next_dst()
524 if ((walk->flags & ACOMP_WALK_DST_LINEAR)) { in acomp_walk_next_dst()
546 walk->flags = 0; in acomp_walk_virt()
547 if ((req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP) && !atomic) in acomp_walk_virt()
548 walk->flags |= ACOMP_WALK_SLEEP; in acomp_walk_virt()
549 if ((req->base.flags & CRYPTO_ACOMP_REQ_SRC_VIRT)) in acomp_walk_virt()
550 walk->flags |= ACOMP_WALK_SRC_LINEAR; in acomp_walk_virt()
551 if ((req->base.flags & CRYPTO_ACOMP_REQ_DST_VIRT)) in acomp_walk_virt()
552 walk->flags |= ACOMP_WALK_DST_LINEAR; in acomp_walk_virt()
554 if ((walk->flags & ACOMP_WALK_SRC_LINEAR)) { in acomp_walk_virt()
559 if ((walk->flags & ACOMP_WALK_DST_LINEAR)) { in acomp_walk_virt()