Searched refs:dfx (Results 1 - 12 of 12) sorted by relevance

/linux-master/drivers/crypto/hisilicon/hpre/
H A Dhpre.h66 struct hpre_dfx dfx[HPRE_DFX_FILE_NUM]; member in struct:hpre_debug
H A Dhpre_crypto.c187 struct hpre_dfx *dfx; local
198 dfx = ctx->hpre->debug.dfx;
199 if (atomic64_read(&dfx[HPRE_OVERTIME_THRHLD].value))
437 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; local
447 overtime_thrhld = atomic64_read(&dfx[HPRE_OVERTIME_THRHLD].value);
449 atomic64_inc(&dfx[HPRE_OVER_THRHLD_CNT].value);
453 atomic64_inc(&dfx[HPRE_RECV_CNT].value);
458 struct hpre_dfx *dfx local
480 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; local
572 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; local
1473 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; local
1788 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; local
[all...]
H A Dhpre_main.c344 /* define the HPRE's dfx regs region and region length */
1056 struct hpre_dfx *dfx = hpre->debug.dfx; local
1062 dfx[i].type = i;
1063 debugfs_create_file(hpre_dfx_files[i], 0644, parent, &dfx[i],
/linux-master/drivers/crypto/hisilicon/zip/
H A Dzip.h29 struct hisi_zip_dfx dfx; member in struct:hisi_zip
H A Dzip_crypto.c215 struct hisi_zip_dfx *dfx = &qp_ctx->zip_dev->dfx; local
246 atomic64_inc(&dfx->send_cnt);
249 atomic64_inc(&dfx->send_busy_cnt);
283 struct hisi_zip_dfx *dfx = &qp_ctx->zip_dev->dfx; local
293 atomic64_inc(&dfx->recv_cnt);
299 atomic64_inc(&dfx->err_bd_cnt);
H A Dzip_main.c335 /* define the ZIP's dfx regs region and region length */
850 struct hisi_zip_dfx *dfx = &zip->dfx; local
857 data = (atomic64_t *)((uintptr_t)dfx + zip_dfx_files[i].offset);
1030 /* dump last word for dfx regs during control resetting */
/linux-master/drivers/crypto/hisilicon/sec2/
H A Dsec.h184 struct sec_dfx dfx; member in struct:sec_debug
H A Dsec_crypto.c236 struct sec_dfx *dfx = &qp_ctx->ctx->sec->debug.dfx; local
253 atomic64_inc(&dfx->err_bd_cnt);
259 atomic64_inc(&dfx->invalid_req_cnt);
268 atomic64_inc(&dfx->done_flag_cnt);
270 atomic64_inc(&dfx->recv_cnt);
292 atomic64_inc(&ctx->sec->debug.dfx.send_cnt);
293 atomic64_inc(&ctx->sec->debug.dfx.send_busy_cnt);
304 atomic64_inc(&ctx->sec->debug.dfx.send_cnt);
1462 atomic64_inc(&ctx->sec->debug.dfx
[all...]
H A Dsec_main.c292 /* define the SEC's dfx regs region and region length */
628 /* clear sec dfx regs */
846 struct sec_dfx *dfx = &sec->debug.dfx; local
869 atomic64_t *data = (atomic64_t *)((uintptr_t)dfx +
/linux-master/drivers/crypto/hisilicon/
H A Ddebugfs.c116 /* define the QM's dfx regs region and region length */
1116 struct qm_dfx *dfx = &qm->debug.dfx; local
1149 data = (atomic64_t *)((uintptr_t)dfx + qm_dfx_files[i].offset);
H A Dqm.c597 atomic64_inc(&qm->debug.dfx.mb_err_cnt);
906 atomic64_inc(&qm->debug.dfx.err_irq_cnt);
1028 atomic64_inc(&qm->debug.dfx.aeq_irq_cnt);
1839 atomic64_inc(&qm->debug.dfx.create_qp_err_cnt);
1847 atomic64_inc(&qm->debug.dfx.create_qp_err_cnt);
4568 atomic64_inc(&qm->debug.dfx.abnormal_irq_cnt);
5420 * hisi_qm_get_dfx_access() - Try to get dfx access.
5423 * Try to get dfx access, then user can get message.
5442 * hisi_qm_put_dfx_access() - Put dfx access.
5445 * Put dfx acces
[all...]
/linux-master/include/linux/
H A Dhisi_acc_qm.h195 struct qm_dfx dfx; member in struct:qm_debug

Completed in 181 milliseconds