Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/wifi/nrf_wifi/inc/
Dfmac_main.h116 unsigned long last_rpu_recovery_time_ms; member
/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dnet_if.c103 if (rpu_ctx_zep->last_rpu_recovery_time_ms && in nrf_wifi_rpu_recovery_work_handler()
104 ((k_uptime_get() - rpu_ctx_zep->last_rpu_recovery_time_ms) < in nrf_wifi_rpu_recovery_work_handler()
108 __func__, rpu_ctx_zep->last_rpu_recovery_time_ms); in nrf_wifi_rpu_recovery_work_handler()
111 __func__, rpu_ctx_zep->last_rpu_recovery_time_ms); in nrf_wifi_rpu_recovery_work_handler()
123 if (!rpu_ctx_zep->last_rpu_recovery_time_ms || in nrf_wifi_rpu_recovery_work_handler()
124 (k_uptime_get() - rpu_ctx_zep->last_rpu_recovery_time_ms) < in nrf_wifi_rpu_recovery_work_handler()
162 rpu_ctx_zep->last_rpu_recovery_time_ms = k_uptime_get(); in nrf_wifi_rpu_recovery_work_handler()