Searched refs:hpre (Results 1 – 5 of 5) sorted by relevance
807 struct hpre *hpre = container_of(file->debug, struct hpre, debug); in hpre_file_to_qm() local809 return &hpre->qm; in hpre_file_to_qm()981 struct hpre *hpre = container_of(qm, struct hpre, qm); in hpre_create_debugfs_file() local982 struct hpre_debug *dbg = &hpre->debug; in hpre_create_debugfs_file()1077 struct hpre *hpre = container_of(qm, struct hpre, qm); in hpre_dfx_debug_init() local1078 struct hpre_dfx *dfx = hpre->debug.dfx; in hpre_dfx_debug_init()1324 static int hpre_pf_probe_init(struct hpre *hpre) in hpre_pf_probe_init() argument1326 struct hisi_qm *qm = &hpre->qm; in hpre_pf_probe_init()1345 static int hpre_probe_init(struct hpre *hpre) in hpre_probe_init() argument1348 struct hisi_qm *qm = &hpre->qm; in hpre_probe_init()[all …]
118 struct hpre *hpre; member185 dfx = ctx->hpre->debug.dfx; in hpre_add_req_to_ctx()371 struct hpre *hpre; in hpre_ctx_set() local380 hpre = container_of(ctx->qp->qm, struct hpre, qm); in hpre_ctx_set()381 ctx->hpre = hpre; in hpre_ctx_set()424 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_dh_cb()445 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_rsa_cb()467 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_alg_cb()559 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_send()1449 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_ecdh_cb()[all …]
70 struct hpre { struct
2 obj-$(CONFIG_CRYPTO_DEV_HISI_HPRE) += hpre/
9203 F: Documentation/ABI/testing/debugfs-hisi-hpre9204 F: drivers/crypto/hisilicon/hpre/hpre.h9205 F: drivers/crypto/hisilicon/hpre/hpre_crypto.c9206 F: drivers/crypto/hisilicon/hpre/hpre_main.c