Searched refs:ac (Results 1 – 4 of 4) sorted by relevance
25 int ac = 0; in sap_client_ps_get_frames() local63 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() local127 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()
205 int ac = 0; in pending_frames_count() local211 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() argument250 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() argument403 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 …]
149 unsigned int ac);175 unsigned char *ac);
1630 unsigned char ac; member