Home
last modified time | relevance | path

Searched refs:rx_tasklet (Results 1 – 3 of 3) sorted by relevance

/nrf_wifi-latest/fw_if/umac_if/inc/system/
Dfmac_structs.h460 void *rx_tasklet; member
/nrf_wifi-latest/fw_if/umac_if/src/system/
Dfmac_api.c130 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()
Dfmac_event.c338 nrf_wifi_osal_tasklet_schedule(sys_dev_ctx->rx_tasklet); in nrf_wifi_fmac_data_event_process()