Home
last modified time | relevance | path

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

/nrf_wifi-latest/fw_if/umac_if/src/system/
Dtx.c226 void *pend_pkt_q = NULL; in update_pend_q_bmp() local
250 pend_pkt_q = sys_dev_ctx->tx_config.data_pending_txq[peer_id][ac]; in update_pend_q_bmp()
252 len = nrf_wifi_utils_q_len(pend_pkt_q); in update_pend_q_bmp()
530 void *pend_pkt_q = NULL; in _tx_pending_process() local
555 pend_pkt_q = sys_dev_ctx->tx_config.data_pending_txq[peer_id][ac]; in _tx_pending_process()
557 if (nrf_wifi_utils_q_len(pend_pkt_q) == 0) { in _tx_pending_process()
567 if (nrf_wifi_utils_q_len(pend_pkt_q)) { in _tx_pending_process()
568 first_nwb = nrf_wifi_utils_q_peek(pend_pkt_q); in _tx_pending_process()
571 while (nrf_wifi_utils_q_len(pend_pkt_q)) { in _tx_pending_process()
572 nwb = nrf_wifi_utils_q_peek(pend_pkt_q); in _tx_pending_process()
[all …]