Home
last modified time | relevance | path

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

/nrf_wifi-latest/fw_if/umac_if/src/system/
Dtx.c387 void *pending_pkt_queue = NULL; in tx_aggr_check() local
403 pending_pkt_queue = sys_dev_ctx->tx_config.data_pending_txq[peer][ac]; in tx_aggr_check()
405 if (nrf_wifi_utils_q_len(pending_pkt_queue) == 0) { in tx_aggr_check()
409 nwb = nrf_wifi_utils_q_peek(pending_pkt_queue); in tx_aggr_check()