Home
last modified time | relevance | path

Searched refs:dev_timeout (Results 1 – 7 of 7) sorted by relevance

/linux/Documentation/ABI/testing/
H A Ddebugfs-hisi-sec101 What: /sys/kernel/debug/hisi_sec2/<bdf>/qm/dev_timeout
106 0: not wait(default), others value: wait dev_timeout * 20 microsecond.
112 if dev_timeout is set, when stop queue fails, the dev_state
H A Ddebugfs-hisi-zip114 What: /sys/kernel/debug/hisi_zip/<bdf>/qm/dev_timeout
119 0: not wait(default), others value: wait dev_timeout * 20 microsecond.
125 if dev_timeout is set, when stop queue fails, the dev_state
H A Ddebugfs-hisi-hpre121 What: /sys/kernel/debug/hisi_hpre/<bdf>/qm/dev_timeout
126 0: not wait(default), others value: wait dev_timeout * 20 microsecond.
132 if dev_timeout is set, when stop queue fails, the dev_state
/linux/include/linux/
H A Dhisi_acc_qm.h168 u32 dev_timeout; member
/linux/drivers/crypto/hisilicon/
H A Ddebugfs.c1169 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()
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()
/linux/drivers/scsi/arcmsr/
H A Darcmsr_hba.c3349 unsigned int dev_timeout; in DEF_SCSI_QCMD() local
3351 dev_timeout = sdev->request_queue->rq_timeout; in DEF_SCSI_QCMD()
3352 if ((cmd_timeout > 0) && ((cmd_timeout * HZ) > dev_timeout)) in DEF_SCSI_QCMD()