Searched refs:caam_jr_vtop_ctx (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/drivers/crypto/caam_jr/ |
| H A D | caam_jr.c | 63 caam_jr_vtop_ctx(struct caam_jr_op_ctx *ctx, void *vaddr) in caam_jr_vtop_ctx() function 777 sg->ptr = cpu_to_caam64(caam_jr_vtop_ctx(ctx, ctx->digest)); in build_auth_only_sg() 788 (uint64_t)caam_jr_vtop_ctx(ctx, &ctx->sg[0]), 0, length); in build_auth_only_sg() 832 (uint64_t)caam_jr_vtop_ctx(ctx, sg), 0, in build_auth_only() 848 sg->ptr = cpu_to_caam64(caam_jr_vtop_ctx(ctx, ctx->digest)); in build_auth_only() 933 (uint64_t)caam_jr_vtop_ctx(ctx, &ctx->sg[0]), 0, in build_cipher_only_sg() 967 SEC_JD_SET_IN_PTR(jobdescr, (uint64_t)caam_jr_vtop_ctx(ctx, in_sg), 0, in build_cipher_only_sg() 1021 SEC_JD_SET_IN_PTR(jobdescr, (uint64_t)caam_jr_vtop_ctx(ctx, sg), 0, in build_cipher_only() 1456 (phys_addr_t)caam_jr_vtop_ctx(ctx, ctx->jobdes.desc)); in caam_jr_enqueue_op()
|