Searched refs:hpre (Results 1 – 6 of 6) sorted by relevance
847 struct hpre *hpre = container_of(file->debug, struct hpre, debug); in hpre_file_to_qm() local849 return &hpre->qm; in hpre_file_to_qm()1021 struct hpre *hpre = container_of(qm, struct hpre, qm); in hpre_create_debugfs_file() local1022 struct hpre_debug *dbg = &hpre->debug; in hpre_create_debugfs_file()1141 struct hpre *hpre = container_of(qm, struct hpre, qm); in hpre_dfx_debug_init() local1142 struct hpre_dfx *dfx = hpre->debug.dfx; in hpre_dfx_debug_init()1529 static int hpre_pf_probe_init(struct hpre *hpre) in hpre_pf_probe_init() argument1531 struct hisi_qm *qm = &hpre->qm; in hpre_pf_probe_init()1546 static int hpre_probe_init(struct hpre *hpre) in hpre_probe_init() argument1549 struct hisi_qm *qm = &hpre->qm; in hpre_probe_init()[all …]
113 struct hpre *hpre; member156 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_dfx_add_req_time()328 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_dh_cb()349 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_rsa_cb()385 struct hpre *hpre; in hpre_ctx_init() local396 hpre = container_of(ctx->qp->qm, struct hpre, qm); in hpre_ctx_init()397 ctx->hpre = hpre; in hpre_ctx_init()455 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_send()1427 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_ecdh_cb()
70 struct hpre { struct
2 obj-$(CONFIG_CRYPTO_DEV_HISI_HPRE) += hpre/
191 Description: Dump the values of the qm and hpre capability bit registers and
11502 F: Documentation/ABI/testing/debugfs-hisi-hpre11503 F: drivers/crypto/hisilicon/hpre/hpre.h11504 F: drivers/crypto/hisilicon/hpre/hpre_crypto.c11505 F: drivers/crypto/hisilicon/hpre/hpre_main.c