Home
last modified time | relevance | path

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

/nrf_wifi-latest/fw_if/umac_if/src/system/
Dtx.c433 void *pend_q = NULL; in get_peer_from_wakeup_q() local
450 pend_q = sys_dev_ctx->tx_config.data_pending_txq[peer->peer_id][ac]; in get_peer_from_wakeup_q()
451 pend_q_len = nrf_wifi_utils_q_len(pend_q); in get_peer_from_wakeup_q()
474 void *pend_q = NULL; in tx_curr_peer_opp_get() local
508 pend_q = sys_dev_ctx->tx_config.data_pending_txq[curr_peer_opp][ac]; in tx_curr_peer_opp_get()
509 pend_q_len = nrf_wifi_utils_q_len(pend_q); in tx_curr_peer_opp_get()