Searched refs:nrf_wifi_osal_tasklet_alloc (Results 1 – 7 of 7) 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()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()
148 hal_dev_ctx->event_tasklet = nrf_wifi_osal_tasklet_alloc(NRF_WIFI_TASKLET_TYPE_BH); in nrf_wifi_rt_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()
491 hal_dev_ctx->event_tasklet = nrf_wifi_osal_tasklet_alloc(NRF_WIFI_TASKLET_TYPE_BH); in nrf_wifi_sys_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()
575 void *nrf_wifi_osal_tasklet_alloc(int type);
388 void *nrf_wifi_osal_tasklet_alloc(int type) in nrf_wifi_osal_tasklet_alloc() function
1698 sys_dev_ctx->tx_done_tasklet = nrf_wifi_osal_tasklet_alloc(NRF_WIFI_TASKLET_TYPE_TX_DONE); in tx_init()
130 sys_dev_ctx->rx_tasklet = nrf_wifi_osal_tasklet_alloc(NRF_WIFI_TASKLET_TYPE_RX); in nrf_wifi_sys_fmac_init_rx()