Home
last modified time | relevance | path

Searched refs:HZIP_CTX_Q_NUM (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/hisilicon/zip/
H A Dzip_crypto.c53 HZIP_CTX_Q_NUM enumerator
95 struct hisi_zip_qp_ctx qp_ctx[HZIP_CTX_Q_NUM];
182 struct hisi_qp *qps[HZIP_CTX_Q_NUM] = { NULL }; in hisi_zip_ctx_init()
186 ret = zip_create_qps(qps, HZIP_CTX_Q_NUM, node); in hisi_zip_ctx_init()
194 for (i = 0; i < HZIP_CTX_Q_NUM; i++) { in hisi_zip_ctx_init()
202 hisi_qm_free_qps(qps, HZIP_CTX_Q_NUM); in hisi_zip_ctx_init()
257 for (i = 0; i < HZIP_CTX_Q_NUM; i++) { in hisi_zip_create_req_q()
298 for (i = 0; i < HZIP_CTX_Q_NUM; i++) { in hisi_zip_release_req_q()
310 for (i = 0; i < HZIP_CTX_Q_NUM; i++) { in hisi_zip_create_sgl_pool()
334 for (i = 0; i < HZIP_CTX_Q_NUM; in hisi_zip_release_sgl_pool()
[all...]
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/zip/
H A Dzip_crypto.c58 HZIP_CTX_Q_NUM enumerator
113 struct hisi_zip_qp_ctx qp_ctx[HZIP_CTX_Q_NUM];
558 struct hisi_qp *qps[HZIP_CTX_Q_NUM] = { NULL }; in hisi_zip_ctx_init()
563 ret = zip_create_qps(qps, HZIP_CTX_Q_NUM, node); in hisi_zip_ctx_init()
571 for (i = 0; i < HZIP_CTX_Q_NUM; i++) { in hisi_zip_ctx_init()
580 hisi_qm_free_qps(qps, HZIP_CTX_Q_NUM); in hisi_zip_ctx_init()
599 for (i = 0; i < HZIP_CTX_Q_NUM; i++) in hisi_zip_ctx_exit()
609 for (i = 0; i < HZIP_CTX_Q_NUM; i++) { in hisi_zip_create_req_q()
649 for (i = 0; i < HZIP_CTX_Q_NUM; i++) { in hisi_zip_release_req_q()
662 for (i = 0; i < HZIP_CTX_Q_NUM; in hisi_zip_create_sgl_pool()
[all...]

Completed in 3 milliseconds