Home
last modified time | relevance | path

Searched refs:rx_tasklet_event_q (Results 1 – 4 of 4) sorted by relevance

/nrf_wifi-latest/fw_if/umac_if/inc/system/
Dfmac_structs.h462 void *rx_tasklet_event_q; member
/nrf_wifi-latest/fw_if/umac_if/src/system/
Drx.c306 sys_dev_ctx->rx_tasklet_event_q); in nrf_wifi_fmac_rx_tasklet()
Dfmac_event.c330 status = nrf_wifi_utils_q_enqueue(sys_dev_ctx->rx_config.rx_tasklet_event_q, in nrf_wifi_fmac_data_event_process()
Dfmac_api.c138 sys_dev_ctx->rx_tasklet_event_q = nrf_wifi_utils_q_alloc(); in nrf_wifi_sys_fmac_init_rx()
139 if (!sys_dev_ctx->rx_tasklet_event_q) { in nrf_wifi_sys_fmac_init_rx()
169 nrf_wifi_utils_q_free(sys_dev_ctx->rx_tasklet_event_q); in nrf_wifi_sys_fmac_deinit_rx()