Home
last modified time | relevance | path

Searched refs:qm_dfx (Results 1 – 2 of 2) sorted by relevance

/drivers/crypto/hisilicon/
Dqm.h131 struct qm_dfx { struct
149 struct qm_dfx dfx; argument
Dqm.c449 {"err_irq", offsetof(struct qm_dfx, err_irq_cnt)},
450 {"aeq_irq", offsetof(struct qm_dfx, aeq_irq_cnt)},
451 {"abnormal_irq", offsetof(struct qm_dfx, abnormal_irq_cnt)},
452 {"create_qp_err", offsetof(struct qm_dfx, create_qp_err_cnt)},
453 {"mb_err", offsetof(struct qm_dfx, mb_err_cnt)},
4310 struct qm_dfx *dfx = &qm->debug.dfx; in hisi_qm_debug_init()