Searched refs:dev_timeout (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/Documentation/ABI/testing/ |
D | debugfs-hisi-zip | 114 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
|
D | debugfs-hisi-sec | 101 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
|
D | debugfs-hisi-hpre | 121 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-6.12.1/include/linux/ |
D | hisi_acc_qm.h | 168 u32 dev_timeout; member
|
/linux-6.12.1/drivers/crypto/hisilicon/ |
D | debugfs.c | 1169 debugfs_create_u32("dev_timeout", 0644, qm->debug.qm_d, &dev_dfx->dev_timeout); in hisi_qm_debug_init()
|
D | qm.c | 2125 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-6.12.1/drivers/scsi/arcmsr/ |
D | arcmsr_hba.c | 3349 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()
|