Home
last modified time | relevance | path

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

/nrf_wifi-latest/hw_if/hal/src/offload_raw_tx/
Dhal_api.c149 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()
/nrf_wifi-latest/hw_if/hal/src/radio_test/
Dhal_api.c148 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()
/nrf_wifi-latest/hw_if/hal/src/system/
Dhal_api.c491 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()
/nrf_wifi-latest/hw_if/hal/inc/common/
Dhal_structs_common.h230 void *event_tasklet; member
/nrf_wifi-latest/hw_if/hal/src/common/
Dhal_api_common.c689 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()