Searched refs:HL_RESET_HEARTBEAT (Results 1 – 2 of 2) sorted by relevance
528 hl_device_reset(hdev, HL_RESET_HARD | HL_RESET_HEARTBEAT); in hl_device_heartbeat()987 if (flags & HL_RESET_HEARTBEAT) in hl_device_reset()1000 if (hard_reset && !(flags & (HL_RESET_HEARTBEAT | HL_RESET_FW))) { in hl_device_reset()
138 #define HL_RESET_HEARTBEAT (1 << 2) macro