Home
last modified time | relevance | path

Searched refs:jobdes (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/crypto/caam_jr/
H A Dcaam_jr.c607 ctx = container_of(current_desc, struct caam_jr_op_ctx, jobdes); in hw_poll_job_ring()
742 jobdescr = (struct sec_job_descriptor_t *) ctx->jobdes.desc; in build_auth_only_sg()
817 jobdescr = (struct sec_job_descriptor_t *) ctx->jobdes.desc; in build_auth_only()
896 jobdescr = (struct sec_job_descriptor_t *) ctx->jobdes.desc; in build_cipher_only_sg()
1002 jobdescr = (struct sec_job_descriptor_t *) ctx->jobdes.desc; in build_cipher_only()
1091 jobdescr = (struct sec_job_descriptor_t *) ctx->jobdes.desc; in build_cipher_auth_sg()
1226 jobdescr = (struct sec_job_descriptor_t *) ctx->jobdes.desc; in build_cipher_auth()
1328 jobdescr = (struct sec_job_descriptor_t *) ctx->jobdes.desc; in build_proto()
1419 printf("\n 0x%08x", ctx->jobdes.desc[i]); in caam_jr_enqueue_op()
1436 jobdescr = (struct sec_job_descriptor_t *) ctx->jobdes.desc; in caam_jr_enqueue_op()
[all …]
H A Dcaam_jr_pvt.h181 struct job_descriptor jobdes; member