Searched refs:cmd_q (Results 1 – 5 of 5) sorted by relevance
113 hal_dev_ctx->cmd_q = nrf_wifi_utils_q_alloc(); in nrf_wifi_off_raw_tx_hal_dev_add()115 if (!hal_dev_ctx->cmd_q) { in nrf_wifi_off_raw_tx_hal_dev_add()222 nrf_wifi_utils_q_free(hal_dev_ctx->cmd_q); in nrf_wifi_off_raw_tx_hal_dev_add()
112 hal_dev_ctx->cmd_q = nrf_wifi_utils_q_alloc(); in nrf_wifi_rt_hal_dev_add()114 if (!hal_dev_ctx->cmd_q) { in nrf_wifi_rt_hal_dev_add()221 nrf_wifi_utils_q_free(hal_dev_ctx->cmd_q); in nrf_wifi_rt_hal_dev_add()
455 hal_dev_ctx->cmd_q = nrf_wifi_utils_q_alloc(); in nrf_wifi_sys_hal_dev_add()457 if (!hal_dev_ctx->cmd_q) { in nrf_wifi_sys_hal_dev_add()613 nrf_wifi_utils_q_free(hal_dev_ctx->cmd_q); in nrf_wifi_sys_hal_dev_add()
216 void *cmd_q; member
459 while ((cmd = nrf_wifi_utils_q_dequeue(hal_dev_ctx->cmd_q))) { in hal_rpu_cmd_process_queue()529 status = nrf_wifi_utils_q_enqueue(hal_dev_ctx->cmd_q, in hal_rpu_cmd_queue()557 status = nrf_wifi_utils_q_enqueue(hal_dev_ctx->cmd_q, in hal_rpu_cmd_queue()700 nrf_wifi_utils_q_free(hal_dev_ctx->cmd_q); in nrf_wifi_hal_dev_rem()