Home
last modified time | relevance | path

Searched refs:data_pending_txq (Results 1 – 2 of 2) sorted by relevance

/nrf_wifi-latest/fw_if/umac_if/src/system/
Dtx.c212 queue = sys_dev_ctx->tx_config.data_pending_txq[peer_id][ac]; in pending_frames_count()
250 pend_pkt_q = sys_dev_ctx->tx_config.data_pending_txq[peer_id][ac]; in update_pend_q_bmp()
403 pending_pkt_queue = sys_dev_ctx->tx_config.data_pending_txq[peer][ac]; in tx_aggr_check()
450 pend_q = sys_dev_ctx->tx_config.data_pending_txq[peer->peer_id][ac]; in get_peer_from_wakeup_q()
508 pend_q = sys_dev_ctx->tx_config.data_pending_txq[curr_peer_opp][ac]; in tx_curr_peer_opp_get()
555 pend_pkt_q = sys_dev_ctx->tx_config.data_pending_txq[peer_id][ac]; in _tx_pending_process()
1098 queue = sys_dev_ctx->tx_config.data_pending_txq[peer_id][ac]; in tx_enqueue()
1156 pend_pkt_q = sys_dev_ctx->tx_config.data_pending_txq[peer_id][ac]; in tx_process()
1620 sys_dev_ctx->tx_config.data_pending_txq[j][i] = in tx_init()
1623 if (!sys_dev_ctx->tx_config.data_pending_txq[j][i]) { in tx_init()
[all …]
/nrf_wifi-latest/fw_if/umac_if/inc/system/
Dfmac_structs.h333 void *data_pending_txq[MAX_SW_PEERS][NRF_WIFI_FMAC_AC_MAX]; member