Home
last modified time | relevance | path

Searched refs:need_soft_reset (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/
H A Dcommand_submission.c1006 bool need_soft_reset = false; in hl_cs_ioctl() local
1086 need_soft_reset = true; in hl_cs_ioctl()
1155 if (((rc == -ETIMEDOUT) || (rc == -EBUSY)) && (need_soft_reset)) in hl_cs_ioctl()
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/
H A Dcommand_submission.c1672 bool need_soft_reset = false; in hl_cs_ctx_switch() local
1701 need_soft_reset = true; in hl_cs_ctx_switch()
1767 if ((rc == -ETIMEDOUT || rc == -EBUSY) && (need_soft_reset)) in hl_cs_ctx_switch()

Completed in 7 milliseconds