Home
last modified time | relevance | path

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

/nrf_wifi-latest/fw_if/umac_if/src/system/
Dfmac_ap.c25 int ac = 0; in sap_client_ps_get_frames() local
63 for (ac = NRF_WIFI_FMAC_AC_VO; ac >= 0; --ac) { in sap_client_ps_get_frames()
64 desc = tx_desc_get(fmac_dev_ctx, ac); in sap_client_ps_get_frames()
67 tx_pending_process(fmac_dev_ctx, desc, ac); in sap_client_ps_get_frames()
86 int ac = 0; in sap_client_update_pmmode() local
127 for (ac = NRF_WIFI_FMAC_AC_VO; ac >= 0; --ac) { in sap_client_update_pmmode()
128 desc = tx_desc_get(fmac_dev_ctx, ac); in sap_client_update_pmmode()
131 tx_pending_process(fmac_dev_ctx, desc, ac); in sap_client_update_pmmode()
Dtx.c205 int ac = 0; in pending_frames_count() local
211 for (ac = NRF_WIFI_FMAC_AC_VO; ac >= 0; --ac) { in pending_frames_count()
212 queue = sys_dev_ctx->tx_config.data_pending_txq[peer_id][ac]; in pending_frames_count()
221 unsigned int ac, in update_pend_q_bmp() argument
250 pend_pkt_q = sys_dev_ctx->tx_config.data_pending_txq[peer_id][ac]; in update_pend_q_bmp()
255 *bmp = *bmp & ~(1 << ac); in update_pend_q_bmp()
257 *bmp = *bmp | (1 << ac); in update_pend_q_bmp()
383 int ac, in tx_aggr_check() argument
403 pending_pkt_queue = sys_dev_ctx->tx_config.data_pending_txq[peer][ac]; in tx_aggr_check()
429 unsigned int ac) in get_peer_from_wakeup_q() argument
[all …]
/nrf_wifi-latest/fw_if/umac_if/inc/system/
Dfmac_tx.h149 unsigned int ac);
175 unsigned char *ac);
/nrf_wifi-latest/fw_if/umac_if/inc/fw/
Dhost_rpu_umac_if.h1630 unsigned char ac; member