Searched refs:caam_jr_dma_vtop (Results 1 – 3 of 3) sorted by relevance
113 caam_jr_dma_vtop(job_ring->input_ring)); in hw_reset_job_ring()117 caam_jr_dma_vtop(job_ring->input_ring), in hw_reset_job_ring()122 caam_jr_dma_vtop(job_ring->output_ring)); in hw_reset_job_ring()126 caam_jr_dma_vtop(job_ring->output_ring), in hw_reset_job_ring()
746 (phys_addr_t)(caam_jr_dma_vtop(cdb)) + sdesc_offset, in build_auth_only_sg()821 (phys_addr_t)(caam_jr_dma_vtop(cdb)) + sdesc_offset, in build_auth_only()900 (phys_addr_t)(caam_jr_dma_vtop(cdb)) + sdesc_offset, in build_cipher_only_sg()946 sg->ptr = cpu_to_caam64(caam_jr_dma_vtop(IV_ptr)); in build_cipher_only_sg()1006 (phys_addr_t)(caam_jr_dma_vtop(cdb)) + sdesc_offset, in build_cipher_only()1026 sg->ptr = cpu_to_caam64(caam_jr_dma_vtop(IV_ptr)); in build_cipher_only()1095 (phys_addr_t)(caam_jr_dma_vtop(cdb)) + sdesc_offset, in build_cipher_auth_sg()1136 (uint64_t)caam_jr_dma_vtop(out_sg), 0, length); in build_cipher_auth_sg()1150 sg->ptr = cpu_to_caam64(caam_jr_dma_vtop(IV_ptr)); in build_cipher_auth_sg()1236 sg->ptr = cpu_to_caam64(caam_jr_dma_vtop(IV_ptr)); in build_cipher_auth()[all …]
268 static inline rte_iova_t caam_jr_dma_vtop(void *ptr) in caam_jr_dma_vtop() function