Home
last modified time | relevance | path

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

/linux/drivers/bluetooth/
H A Dbtintel_pcie.c2256 time64_t retry_window; in btintel_pcie_inc_recovery_count() local
2262 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() local
2370 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()