Home
last modified time | relevance | path

Searched refs:dev_dfx (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/crypto/hisilicon/
H A Ddebugfs.c1138 struct qm_dev_dfx *dev_dfx = &qm->debug.dev_dfx; in hisi_qm_debug_init() local
1168 debugfs_create_u32("dev_state", 0444, qm->debug.qm_d, &dev_dfx->dev_state); in hisi_qm_debug_init()
1169 debugfs_create_u32("dev_timeout", 0644, qm->debug.qm_d, &dev_dfx->dev_timeout); in hisi_qm_debug_init()
H A Dqm.c2125 if (qm->debug.dev_dfx.dev_timeout) in qm_drain_qp()
2126 qm->debug.dev_dfx.dev_state = state; in qm_drain_qp()
2354 struct qm_dev_dfx *dev_dfx = &qm->debug.dev_dfx; in hisi_qm_uacce_stop_queue() local
2359 if (!dev_dfx->dev_timeout || !dev_dfx->dev_state) in hisi_qm_uacce_stop_queue()
2370 if (i >= dev_dfx->dev_timeout) { in hisi_qm_uacce_stop_queue()
2372 qp->qp_id, dev_dfx->dev_state); in hisi_qm_uacce_stop_queue()
2373 dev_dfx->dev_state = QM_FINISH_WAIT; in hisi_qm_uacce_stop_queue()
/linux/include/linux/
H A Dhisi_acc_qm.h199 struct qm_dev_dfx dev_dfx; member