Searched refs:rx_tasklet (Results 1 – 3 of 3) sorted by relevance
460 void *rx_tasklet; member
130 sys_dev_ctx->rx_tasklet = nrf_wifi_osal_tasklet_alloc(NRF_WIFI_TASKLET_TYPE_RX); in nrf_wifi_sys_fmac_init_rx()131 if (!sys_dev_ctx->rx_tasklet) { in nrf_wifi_sys_fmac_init_rx()146 nrf_wifi_osal_tasklet_init(sys_dev_ctx->rx_tasklet, in nrf_wifi_sys_fmac_init_rx()168 nrf_wifi_osal_tasklet_free(sys_dev_ctx->rx_tasklet); in nrf_wifi_sys_fmac_deinit_rx()
338 nrf_wifi_osal_tasklet_schedule(sys_dev_ctx->rx_tasklet); in nrf_wifi_fmac_data_event_process()