Searched refs:retry_window (Results 1 – 1 of 1) sorted by relevance
2256 time64_t retry_window; in btintel_pcie_inc_recovery_count() local2262 retry_window = ktime_get_boottime_seconds() - data->last_error; in btintel_pcie_inc_recovery_count()2266 } else if (retry_window < BTINTEL_PCIE_RESET_WINDOW_SECS && in btintel_pcie_inc_recovery_count()2269 } else if (retry_window > BTINTEL_PCIE_RESET_WINDOW_SECS) { in btintel_pcie_inc_recovery_count()2359 time64_t retry_window; in btintel_pcie_hw_error() local2370 retry_window = ktime_get_boottime_seconds() - data->last_error; in btintel_pcie_hw_error()2372 if (retry_window < BTINTEL_PCIE_RESET_WINDOW_SECS && in btintel_pcie_hw_error()