Searched refs:recovery_tasklet (Results 1 – 5 of 5) sorted by relevance
161 hal_dev_ctx->recovery_tasklet = nrf_wifi_osal_tasklet_alloc(NRF_WIFI_TASKLET_TYPE_BH); in nrf_wifi_off_raw_tx_hal_dev_add()162 if (!hal_dev_ctx->recovery_tasklet) { in nrf_wifi_off_raw_tx_hal_dev_add()167 nrf_wifi_osal_tasklet_init(hal_dev_ctx->recovery_tasklet, in nrf_wifi_off_raw_tx_hal_dev_add()212 nrf_wifi_osal_tasklet_free(hal_dev_ctx->recovery_tasklet); in nrf_wifi_off_raw_tx_hal_dev_add()
160 hal_dev_ctx->recovery_tasklet = nrf_wifi_osal_tasklet_alloc(NRF_WIFI_TASKLET_TYPE_BH); in nrf_wifi_rt_hal_dev_add()161 if (!hal_dev_ctx->recovery_tasklet) { in nrf_wifi_rt_hal_dev_add()166 nrf_wifi_osal_tasklet_init(hal_dev_ctx->recovery_tasklet, in nrf_wifi_rt_hal_dev_add()211 nrf_wifi_osal_tasklet_free(hal_dev_ctx->recovery_tasklet); in nrf_wifi_rt_hal_dev_add()
503 hal_dev_ctx->recovery_tasklet = nrf_wifi_osal_tasklet_alloc(NRF_WIFI_TASKLET_TYPE_BH); in nrf_wifi_sys_hal_dev_add()504 if (!hal_dev_ctx->recovery_tasklet) { in nrf_wifi_sys_hal_dev_add()509 nrf_wifi_osal_tasklet_init(hal_dev_ctx->recovery_tasklet, in nrf_wifi_sys_hal_dev_add()603 nrf_wifi_osal_tasklet_free(hal_dev_ctx->recovery_tasklet); in nrf_wifi_sys_hal_dev_add()
288 void *recovery_tasklet; member
106 nrf_wifi_osal_tasklet_schedule(hal_dev_ctx->recovery_tasklet); in hal_rpu_ps_wake()685 nrf_wifi_osal_tasklet_kill(hal_dev_ctx->recovery_tasklet); in nrf_wifi_hal_dev_rem()686 nrf_wifi_osal_tasklet_free(hal_dev_ctx->recovery_tasklet); in nrf_wifi_hal_dev_rem()804 nrf_wifi_osal_tasklet_schedule(hal_dev_ctx->recovery_tasklet); in nrf_wifi_hal_irq_handler()