Home
last modified time | relevance | path

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

/linux/drivers/crypto/hisilicon/
H A Dqm.c2300 if (qm->debug.dev_dfx.dev_timeout) in qm_drain_qp()
2301 qm->debug.dev_dfx.dev_state = state; in qm_drain_qp()
2529 struct qm_dev_dfx *dev_dfx = &qm->debug.dev_dfx; in hisi_qm_uacce_stop_queue() local
2534 if (!dev_dfx->dev_timeout || !dev_dfx->dev_state) in hisi_qm_uacce_stop_queue()
2545 if (i >= dev_dfx->dev_timeout) { in hisi_qm_uacce_stop_queue()
2547 qp->qp_id, dev_dfx->dev_state); in hisi_qm_uacce_stop_queue()
2548 dev_dfx->dev_state = QM_FINISH_WAIT; in hisi_qm_uacce_stop_queue()
/linux/include/linux/
H A Dhisi_acc_qm.h209 struct qm_dev_dfx dev_dfx; member