Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/crypto/
Dsa2ul.c688 void sa_set_swinfo(u8 eng_id, u16 sc_id, dma_addr_t sc_phys, in sa_set_swinfo() argument
700 swinfo[1] = (u32)(sc_phys & 0xFFFFFFFFULL); in sa_set_swinfo()
701 swinfo[2] = (u32)((sc_phys & 0xFFFFFFFF00000000ULL) >> 32); in sa_set_swinfo()
775 sa_set_swinfo(first_engine, ctx->sc_id, ctx->sc_phys, 1, 0, in sa_init_sc()
778 sa_dump_sc(sc_buf, ctx->sc_phys); in sa_init_sc()
796 dma_pool_free(data->sc_pool, ctx->sc, ctx->sc_phys); in sa_free_ctx_info()
815 ctx->sc = dma_pool_alloc(data->sc_pool, GFP_KERNEL, &ctx->sc_phys); in sa_init_ctx_info()
839 __func__, tfm, ctx->enc.sc_id, &ctx->enc.sc_phys, in sa_cipher_cra_exit()
840 ctx->dec.sc_id, &ctx->dec.sc_phys); in sa_cipher_cra_exit()
880 __func__, tfm, ctx->enc.sc_id, &ctx->enc.sc_phys, in sa_cipher_cra_init()
[all …]
Dsa2ul.h286 dma_addr_t sc_phys; member