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

/linux-master/drivers/crypto/hisilicon/
H A Ddebugfs.c1115 struct qm_dev_dfx *dev_dfx = &qm->debug.dev_dfx; local
1145 debugfs_create_u32("dev_state", 0444, qm->debug.qm_d, &dev_dfx->dev_state);
1146 debugfs_create_u32("dev_timeout", 0644, qm->debug.qm_d, &dev_dfx->dev_timeout);
H A Dqm.c2121 if (qm->debug.dev_dfx.dev_timeout)
2122 qm->debug.dev_dfx.dev_state = state;
2350 struct qm_dev_dfx *dev_dfx = &qm->debug.dev_dfx; local
2355 if (!dev_dfx->dev_timeout || !dev_dfx->dev_state)
2366 if (i >= dev_dfx->dev_timeout) {
2368 qp->qp_id, dev_dfx->dev_state);
2369 dev_dfx->dev_state = QM_FINISH_WAIT;
/linux-master/include/linux/
H A Dhisi_acc_qm.h199 struct qm_dev_dfx dev_dfx; member in struct:qm_debug

Completed in 117 milliseconds