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.h114 unsigned long last_rpu_recovery_time_ms; member
/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dnet_if.c104 if (rpu_ctx_zep->last_rpu_recovery_time_ms && in nrf_wifi_rpu_recovery_work_handler()
105 ((k_uptime_get() - rpu_ctx_zep->last_rpu_recovery_time_ms) < in nrf_wifi_rpu_recovery_work_handler()
109 __func__, rpu_ctx_zep->last_rpu_recovery_time_ms); in nrf_wifi_rpu_recovery_work_handler()
112 __func__, rpu_ctx_zep->last_rpu_recovery_time_ms); in nrf_wifi_rpu_recovery_work_handler()
124 if (!rpu_ctx_zep->last_rpu_recovery_time_ms || in nrf_wifi_rpu_recovery_work_handler()
125 (k_uptime_get() - rpu_ctx_zep->last_rpu_recovery_time_ms) < in nrf_wifi_rpu_recovery_work_handler()
163 rpu_ctx_zep->last_rpu_recovery_time_ms = k_uptime_get(); in nrf_wifi_rpu_recovery_work_handler()