Home
last modified time | relevance | path

Searched refs:nrf_wifi_utils_q_alloc (Results 1 – 7 of 7) sorted by relevance

/nrf_wifi-latest/utils/inc/
Dqueue.h17 void *nrf_wifi_utils_q_alloc(void);
/nrf_wifi-latest/utils/src/
Dqueue.c15 void *nrf_wifi_utils_q_alloc(void) in nrf_wifi_utils_q_alloc() function
/nrf_wifi-latest/hw_if/hal/src/offload_raw_tx/
Dhal_api.c113 hal_dev_ctx->cmd_q = nrf_wifi_utils_q_alloc(); in nrf_wifi_off_raw_tx_hal_dev_add()
121 hal_dev_ctx->event_q = nrf_wifi_utils_q_alloc(); in nrf_wifi_off_raw_tx_hal_dev_add()
/nrf_wifi-latest/hw_if/hal/src/radio_test/
Dhal_api.c112 hal_dev_ctx->cmd_q = nrf_wifi_utils_q_alloc(); in nrf_wifi_rt_hal_dev_add()
120 hal_dev_ctx->event_q = nrf_wifi_utils_q_alloc(); in nrf_wifi_rt_hal_dev_add()
/nrf_wifi-latest/hw_if/hal/src/system/
Dhal_api.c455 hal_dev_ctx->cmd_q = nrf_wifi_utils_q_alloc(); in nrf_wifi_sys_hal_dev_add()
463 hal_dev_ctx->event_q = nrf_wifi_utils_q_alloc(); in nrf_wifi_sys_hal_dev_add()
/nrf_wifi-latest/fw_if/umac_if/src/system/
Dtx.c1621 nrf_wifi_utils_q_alloc(); in tx_init()
1687 sys_dev_ctx->tx_config.wakeup_client_q = nrf_wifi_utils_q_alloc(); in tx_init()
1704 sys_dev_ctx->tx_config.tx_done_tasklet_event_q = nrf_wifi_utils_q_alloc(); in tx_init()
Dfmac_api.c138 sys_dev_ctx->rx_tasklet_event_q = nrf_wifi_utils_q_alloc(); in nrf_wifi_sys_fmac_init_rx()