Searched refs:hpre (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/hpre/ |
H A D | hpre_main.c | 13 #include "hpre.h" 243 * Or it may stay in D3 state when we bind and unbind hpre quickly, 348 /* disable hpre hw error interrupts */ in hpre_hw_error_disable() 364 /* enable hpre hw error interrupts */ in hpre_hw_error_enable() 378 struct hpre *hpre = container_of(file->debug, struct hpre, debug); in hpre_file_to_qm() local 380 return &hpre->qm; in hpre_file_to_qm() 591 struct hpre *hpre in hpre_create_debugfs_file() local 685 struct hpre *hpre = container_of(qm, struct hpre, qm); hpre_dfx_debug_init() local 809 hpre_pf_probe_init(struct hpre *hpre) hpre_pf_probe_init() argument 826 hpre_probe_init(struct hpre *hpre) hpre_probe_init() argument 843 struct hpre *hpre; hpre_probe() local [all...] |
H A D | hpre_crypto.c | 14 #include "hpre.h" 75 struct hpre *hpre; member 136 dfx = ctx->hpre->debug.dfx; in hpre_add_req_to_ctx() 162 pr_err("Can not create hpre qp!\n"); in hpre_get_qp_and_start() 317 struct hpre *hpre; in hpre_ctx_set() local 325 hpre = container_of(ctx->qp->qm, struct hpre, qm); in hpre_ctx_set() 326 ctx->hpre in hpre_ctx_set() [all...] |
H A D | hpre.h | 63 struct hpre { struct
|
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/hpre/ |
H A D | hpre_main.c | 14 #include "hpre.h" 407 * uacce_mode = 0 means hpre only register to crypto, 408 * uacce_mode = 1 means hpre both register to crypto and uacce. 540 * Or it may stay in D3 state when we bind and unbind hpre quickly, 753 /* disable hpre hw error interrupts */ in hpre_hw_error_disable() 777 /* enable hpre hw error interrupts */ in hpre_hw_error_enable() 783 struct hpre *hpre = container_of(file->debug, struct hpre, debug); in hpre_file_to_qm() local 785 return &hpre in hpre_file_to_qm() 957 struct hpre *hpre = container_of(qm, struct hpre, qm); hpre_create_debugfs_file() local 1054 struct hpre *hpre = container_of(qm, struct hpre, qm); hpre_dfx_debug_init() local 1342 hpre_pf_probe_init(struct hpre *hpre) hpre_pf_probe_init() argument 1363 hpre_probe_init(struct hpre *hpre) hpre_probe_init() argument 1386 struct hpre *hpre; hpre_probe() local [all...] |
H A D | hpre_crypto.c | 18 #include "hpre.h" 118 struct hpre *hpre; member 195 dfx = ctx->hpre->debug.dfx; in hpre_add_req_to_ctx() 221 pr_err("Can not create hpre qp!\n"); in hpre_get_qp_and_start() 381 struct hpre *hpre; in hpre_ctx_set() local 390 hpre = container_of(ctx->qp->qm, struct hpre, qm); in hpre_ctx_set() 391 ctx->hpre in hpre_ctx_set() [all...] |
H A D | hpre.h | 70 struct hpre { struct
|
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/ |
H A D | Makefile | 2 obj-$(CONFIG_CRYPTO_DEV_HISI_HPRE) += hpre/
|
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/ |
H A D | Makefile | 2 obj-$(CONFIG_CRYPTO_DEV_HISI_HPRE) += hpre/
|
Completed in 8 milliseconds