Searched refs:reset_on_lockup (Results 1 - 3 of 3) sorted by path

/linux-master/drivers/accel/habanalabs/common/
H A Dcommand_submission.c839 if (hdev->reset_on_lockup)
H A Dhabanalabs.h3148 * @needs_reset: true if reset_on_lockup is false and device should be reset
3319 * @reset_on_lockup: true if a reset should be done in case of stuck CS, false
3492 u8 reset_on_lockup; member in struct:hl_device
H A Dhabanalabs_drv.c42 static int reset_on_lockup = 1; variable
50 module_param(reset_on_lockup, int, 0444);
51 MODULE_PARM_DESC(reset_on_lockup,
349 hdev->reset_on_lockup = reset_on_lockup;

Completed in 163 milliseconds