Searched refs:HL_DRV_RESET_DEV_RELEASE (Results 1 – 2 of 2) sorted by relevance
403 hl_device_reset(hdev, HL_DRV_RESET_DEV_RELEASE); in hpriv_release()1354 skip_wq_flush = !!(flags & HL_DRV_RESET_DEV_RELEASE); in hl_device_reset()1362 if (hdev->reset_upon_device_release && (flags & HL_DRV_RESET_DEV_RELEASE)) { in hl_device_reset()1690 flags &= ~HL_DRV_RESET_DEV_RELEASE; in hl_device_reset()
200 #define HL_DRV_RESET_DEV_RELEASE (1 << 4) macro