Searched refs:sc_phys (Results 1 – 2 of 2) sorted by relevance
/drivers/crypto/ |
D | sa2ul.c | 687 void sa_set_swinfo(u8 eng_id, u16 sc_id, dma_addr_t sc_phys, in sa_set_swinfo() argument 699 swinfo[1] = (u32)(sc_phys & 0xFFFFFFFFULL); in sa_set_swinfo() 700 swinfo[2] = (u32)((sc_phys & 0xFFFFFFFF00000000ULL) >> 32); in sa_set_swinfo() 774 sa_set_swinfo(first_engine, ctx->sc_id, ctx->sc_phys, 1, 0, in sa_init_sc() 777 sa_dump_sc(sc_buf, ctx->sc_phys); in sa_init_sc() 795 dma_pool_free(data->sc_pool, ctx->sc, ctx->sc_phys); in sa_free_ctx_info() 814 ctx->sc = dma_pool_alloc(data->sc_pool, GFP_KERNEL, &ctx->sc_phys); in sa_init_ctx_info() 838 __func__, tfm, ctx->enc.sc_id, &ctx->enc.sc_phys, in sa_cipher_cra_exit() 839 ctx->dec.sc_id, &ctx->dec.sc_phys); in sa_cipher_cra_exit() 879 __func__, tfm, ctx->enc.sc_id, &ctx->enc.sc_phys, in sa_cipher_cra_init() [all …]
|
D | sa2ul.h | 286 dma_addr_t sc_phys; member
|