Searched refs:event_q (Results 1 – 6 of 6) sorted by relevance
121 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()
120 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()
463 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()
218 void *event_q; member
620 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()
411 status = nrf_wifi_utils_q_enqueue(hal_dev_ctx->event_q, in hal_rpu_event_get()