Searched refs:dev_dfx (Results 1 – 3 of 3) sorted by relevance
1138 struct qm_dev_dfx *dev_dfx = &qm->debug.dev_dfx; in hisi_qm_debug_init() local1168 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()
2125 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() local2359 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()
199 struct qm_dev_dfx dev_dfx; member