Home
last modified time | relevance | path

Searched refs:nrf_wifi_utils_q_dequeue (Results 1 – 5 of 5) sorted by relevance

/nrf_wifi-latest/utils/inc/
Dqueue.h27 void *nrf_wifi_utils_q_dequeue(void *q);
/nrf_wifi-latest/utils/src/
Dqueue.c42 void *nrf_wifi_utils_q_dequeue(void *q) in nrf_wifi_utils_q_dequeue() function
/nrf_wifi-latest/hw_if/hal/src/common/
Dhal_api_common.c459 while ((cmd = nrf_wifi_utils_q_dequeue(hal_dev_ctx->cmd_q))) { in hal_rpu_cmd_process_queue()
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()
/nrf_wifi-latest/fw_if/umac_if/src/system/
Dtx.c587 nwb = nrf_wifi_utils_q_dequeue(pend_pkt_q); in _tx_pending_process()
603 nwb = nrf_wifi_utils_q_dequeue(pend_pkt_q); in _tx_pending_process()
1342 nwb = nrf_wifi_utils_q_dequeue(nwb_list); in tx_done_process()
1433 struct nrf_wifi_tx_buff_done *config = nrf_wifi_utils_q_dequeue( in tx_done_tasklet_fn()
1775 nrf_wifi_utils_q_dequeue(sys_dev_ctx->tx_config.pkt_info_p[i].pkt)); in tx_deinit()
1788 nrf_wifi_utils_q_dequeue(sys_dev_ctx->tx_config.data_pending_txq[j][i])); in tx_deinit()
Drx.c305 config = (struct nrf_wifi_rx_buff *)nrf_wifi_utils_q_dequeue( in nrf_wifi_fmac_rx_tasklet()