Searched refs:event_tasklet (Results 1 – 5 of 5) sorted by relevance
149 hal_dev_ctx->event_tasklet = nrf_wifi_osal_tasklet_alloc(NRF_WIFI_TASKLET_TYPE_BH); in nrf_wifi_off_raw_tx_hal_dev_add()151 if (!hal_dev_ctx->event_tasklet) { in nrf_wifi_off_raw_tx_hal_dev_add()157 nrf_wifi_osal_tasklet_init(hal_dev_ctx->event_tasklet, in nrf_wifi_off_raw_tx_hal_dev_add()214 nrf_wifi_osal_tasklet_free(hal_dev_ctx->event_tasklet); in nrf_wifi_off_raw_tx_hal_dev_add()
148 hal_dev_ctx->event_tasklet = nrf_wifi_osal_tasklet_alloc(NRF_WIFI_TASKLET_TYPE_BH); in nrf_wifi_rt_hal_dev_add()150 if (!hal_dev_ctx->event_tasklet) { in nrf_wifi_rt_hal_dev_add()156 nrf_wifi_osal_tasklet_init(hal_dev_ctx->event_tasklet, in nrf_wifi_rt_hal_dev_add()213 nrf_wifi_osal_tasklet_free(hal_dev_ctx->event_tasklet); in nrf_wifi_rt_hal_dev_add()
491 hal_dev_ctx->event_tasklet = nrf_wifi_osal_tasklet_alloc(NRF_WIFI_TASKLET_TYPE_BH); in nrf_wifi_sys_hal_dev_add()493 if (!hal_dev_ctx->event_tasklet) { in nrf_wifi_sys_hal_dev_add()499 nrf_wifi_osal_tasklet_init(hal_dev_ctx->event_tasklet, in nrf_wifi_sys_hal_dev_add()605 nrf_wifi_osal_tasklet_free(hal_dev_ctx->event_tasklet); in nrf_wifi_sys_hal_dev_add()
230 void *event_tasklet; member
689 nrf_wifi_osal_tasklet_kill(hal_dev_ctx->event_tasklet); in nrf_wifi_hal_dev_rem()691 nrf_wifi_osal_tasklet_free(hal_dev_ctx->event_tasklet); in nrf_wifi_hal_dev_rem()808 nrf_wifi_osal_tasklet_schedule(hal_dev_ctx->event_tasklet); in nrf_wifi_hal_irq_handler()