Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/crypto/marvell/octeontx2/
A Dotx2_cptlf.h69 u8 *real_vaddr; member
129 if (iq->real_vaddr) in otx2_cpt_free_instruction_queues()
132 iq->real_vaddr, in otx2_cpt_free_instruction_queues()
134 iq->real_vaddr = NULL; in otx2_cpt_free_instruction_queues()
154 iq->real_vaddr = dma_alloc_coherent(&lfs->pdev->dev, iq->size, in otx2_cpt_alloc_instruction_queues()
156 if (!iq->real_vaddr) { in otx2_cpt_alloc_instruction_queues()
160 iq->vaddr = iq->real_vaddr + OTX2_CPT_INST_GRP_QLEN_BYTES; in otx2_cpt_alloc_instruction_queues()

Completed in 4 milliseconds