Home
last modified time | relevance | path

Searched refs:event_q (Results 1 – 6 of 6) sorted by relevance

/nrf_wifi-latest/hw_if/hal/src/offload_raw_tx/
Dhal_api.c121 hal_dev_ctx->event_q = nrf_wifi_utils_q_alloc(); in nrf_wifi_off_raw_tx_hal_dev_add()
123 if (!hal_dev_ctx->event_q) { in nrf_wifi_off_raw_tx_hal_dev_add()
220 nrf_wifi_utils_q_free(hal_dev_ctx->event_q); in nrf_wifi_off_raw_tx_hal_dev_add()
/nrf_wifi-latest/hw_if/hal/src/radio_test/
Dhal_api.c120 hal_dev_ctx->event_q = nrf_wifi_utils_q_alloc(); in nrf_wifi_rt_hal_dev_add()
122 if (!hal_dev_ctx->event_q) { in nrf_wifi_rt_hal_dev_add()
219 nrf_wifi_utils_q_free(hal_dev_ctx->event_q); in nrf_wifi_rt_hal_dev_add()
/nrf_wifi-latest/hw_if/hal/src/system/
Dhal_api.c463 hal_dev_ctx->event_q = nrf_wifi_utils_q_alloc(); in nrf_wifi_sys_hal_dev_add()
465 if (!hal_dev_ctx->event_q) { in nrf_wifi_sys_hal_dev_add()
611 nrf_wifi_utils_q_free(hal_dev_ctx->event_q); in nrf_wifi_sys_hal_dev_add()
/nrf_wifi-latest/hw_if/hal/inc/common/
Dhal_structs_common.h218 void *event_q; member
/nrf_wifi-latest/hw_if/hal/src/common/
Dhal_api_common.c620 event = nrf_wifi_utils_q_dequeue(hal_dev_ctx->event_q); in hal_rpu_eventq_process()
656 event = nrf_wifi_utils_q_dequeue(hal_dev_ctx->event_q); in hal_rpu_eventq_drain()
698 nrf_wifi_utils_q_free(hal_dev_ctx->event_q); in nrf_wifi_hal_dev_rem()
Dhal_interrupt.c411 status = nrf_wifi_utils_q_enqueue(hal_dev_ctx->event_q, in hal_rpu_event_get()