Searched refs:hpre (Results 1 – 5 of 5) sorted by relevance
378 struct hpre *hpre = container_of(file->debug, struct hpre, debug); in hpre_file_to_qm() local380 return &hpre->qm; in hpre_file_to_qm()591 struct hpre *hpre = container_of(qm, struct hpre, qm); in hpre_create_debugfs_file() local592 struct hpre_debug *dbg = &hpre->debug; in hpre_create_debugfs_file()685 struct hpre *hpre = container_of(qm, struct hpre, qm); in hpre_dfx_debug_init() local686 struct hpre_dfx *dfx = hpre->debug.dfx; in hpre_dfx_debug_init()809 static int hpre_pf_probe_init(struct hpre *hpre) in hpre_pf_probe_init() argument811 struct hisi_qm *qm = &hpre->qm; in hpre_pf_probe_init()826 static int hpre_probe_init(struct hpre *hpre) in hpre_probe_init() argument828 struct hisi_qm *qm = &hpre->qm; in hpre_probe_init()[all …]
75 struct hpre *hpre; member136 dfx = ctx->hpre->debug.dfx; in hpre_add_req_to_ctx()317 struct hpre *hpre; in hpre_ctx_set() local325 hpre = container_of(ctx->qp->qm, struct hpre, qm); in hpre_ctx_set()326 ctx->hpre = hpre; in hpre_ctx_set()369 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_dh_cb()390 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_rsa_cb()412 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_alg_cb()492 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_send()
63 struct hpre { struct
2 obj-$(CONFIG_CRYPTO_DEV_HISI_HPRE) += hpre/
7923 F: Documentation/ABI/testing/debugfs-hisi-hpre7924 F: drivers/crypto/hisilicon/hpre/hpre.h7925 F: drivers/crypto/hisilicon/hpre/hpre_crypto.c7926 F: drivers/crypto/hisilicon/hpre/hpre_main.c