Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/misc/habanalabs/common/
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()