Home
last modified time | relevance | path

Searched refs:reset_on_lockup (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/
H A Dhabanalabs_drv.c31 static int reset_on_lockup = 1; variable
37 module_param(reset_on_lockup, int, 0444);
38 MODULE_PARM_DESC(reset_on_lockup,
285 hdev->reset_on_lockup = reset_on_lockup; in create_hdev()
H A Dcommand_submission.c393 if (hdev->reset_on_lockup) in cs_timedout()
H A Dhabanalabs.h1573 * @reset_on_lockup: true if a reset should be done in case of stuck CS, false
1679 u8 reset_on_lockup; member
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/
H A Dhabanalabs_drv.c38 static int reset_on_lockup = 1; variable
46 module_param(reset_on_lockup, int, 0444);
47 MODULE_PARM_DESC(reset_on_lockup,
325 hdev->reset_on_lockup = reset_on_lockup; in copy_kernel_module_params_to_device()
H A Dhabanalabs.h3086 * @needs_reset: true if reset_on_lockup is false and device should be reset
3258 * @reset_on_lockup: true if a reset should be done in case of stuck CS, false
3430 u8 reset_on_lockup; member
H A Dcommand_submission.c821 if (hdev->reset_on_lockup) in cs_timedout()

Completed in 21 milliseconds