Searched refs:sc_phys (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | sa2ul.c | 666 void sa_set_swinfo(u8 eng_id, u16 sc_id, dma_addr_t sc_phys, in sa_set_swinfo() argument 678 swinfo[1] = (u32)(sc_phys & 0xFFFFFFFFULL); in sa_set_swinfo() 679 swinfo[2] = (u32)((sc_phys & 0xFFFFFFFF00000000ULL) >> 32); in sa_set_swinfo() 752 sa_set_swinfo(first_engine, ctx->sc_id, ctx->sc_phys, 1, 0, in sa_init_sc() 755 sa_dump_sc(sc_buf, ctx->sc_phys); in sa_init_sc() 773 dma_pool_free(data->sc_pool, ctx->sc, ctx->sc_phys); in sa_free_ctx_info() 792 ctx->sc = dma_pool_alloc(data->sc_pool, GFP_KERNEL, &ctx->sc_phys); in sa_init_ctx_info() 816 __func__, tfm, ctx->enc.sc_id, &ctx->enc.sc_phys, in sa_cipher_cra_exit() 817 ctx->dec.sc_id, &ctx->dec.sc_phys); in sa_cipher_cra_exit() 853 __func__, tfm, ctx->enc.sc_id, &ctx->enc.sc_phys, in sa_cipher_cra_init() [all...] |
H A D | sa2ul.h | 274 * @sc_phys: Security context physical address that is passed on to SA2UL 283 dma_addr_t sc_phys; member
|
/kernel/linux/linux-6.6/drivers/crypto/ |
H A D | sa2ul.c | 688 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...] |
H A D | sa2ul.h | 278 * @sc_phys: Security context physical address that is passed on to SA2UL 287 dma_addr_t sc_phys; member
|
Completed in 8 milliseconds