Home
last modified time | relevance | path

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

/linux/drivers/crypto/hisilicon/sec2/
H A Dsec.h126 struct hisi_acc_sgl_pool *c_out_pool; member
H A Dsec_crypto.c511 qp_ctx->c_out_pool = hisi_acc_create_sgl_pool(dev, q_depth, SEC_SGL_SGE_NR); in sec_alloc_qp_ctx_resource()
512 if (IS_ERR(qp_ctx->c_out_pool)) { in sec_alloc_qp_ctx_resource()
524 hisi_acc_free_sgl_pool(dev, qp_ctx->c_out_pool); in sec_alloc_qp_ctx_resource()
539 hisi_acc_free_sgl_pool(dev, qp_ctx->c_out_pool); in sec_free_qp_ctx_resource()
1022 qp_ctx->c_out_pool, in sec_cipher_map()