Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/crypto/hisilicon/sec2/
Dsec.h125 struct hisi_acc_sgl_pool *c_in_pool; member
Dsec_crypto.c501 qp_ctx->c_in_pool = hisi_acc_create_sgl_pool(dev, q_depth, SEC_SGL_SGE_NR); in sec_alloc_qp_ctx_resource()
502 if (IS_ERR(qp_ctx->c_in_pool)) { in sec_alloc_qp_ctx_resource()
522 hisi_acc_free_sgl_pool(dev, qp_ctx->c_in_pool); in sec_alloc_qp_ctx_resource()
536 hisi_acc_free_sgl_pool(dev, qp_ctx->c_in_pool); in sec_free_qp_ctx_resource()
1002 qp_ctx->c_in_pool, in sec_cipher_map()