Lines Matching defs:timeout
4824 dev_err(hdev->dev, "Failed to communicate with device CPU (timeout)\n");
6585 u32 timeout, u64 *result)
6595 if (!timeout)
6596 timeout = GAUDI2_MSG_TO_CPU_TIMEOUT_USEC;
6598 return hl_fw_send_cpu_message(hdev, GAUDI2_QUEUE_ID_CPU_PQ, msg, len, timeout, result);
6778 u32 comp_val, commit_mask, *polling_addr, timeout, status = 0;
6817 /* for each 1MB 20 second of timeout */
6818 timeout = ((size / SZ_1M) + 1) * USEC_PER_SEC * 20;
6820 timeout = KDMA_TIMEOUT_USEC;
6829 timeout,