Lines Matching refs:ac

205 	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
450 pend_q = sys_dev_ctx->tx_config.data_pending_txq[peer->peer_id][ac]; in get_peer_from_wakeup_q()
468 unsigned int ac) in tx_curr_peer_opp_get() argument
481 if (ac == NRF_WIFI_FMAC_AC_MC) { in tx_curr_peer_opp_get()
491 peer_id = get_peer_from_wakeup_q(fmac_dev_ctx, ac); in tx_curr_peer_opp_get()
497 init_peer_opp = sys_dev_ctx->tx_config.curr_peer_opp[ac]; in tx_curr_peer_opp_get()
508 pend_q = sys_dev_ctx->tx_config.data_pending_txq[curr_peer_opp][ac]; in tx_curr_peer_opp_get()
512 sys_dev_ctx->tx_config.curr_peer_opp[ac] = in tx_curr_peer_opp_get()
527 unsigned int ac) in _tx_pending_process() argument
548 peer_id = tx_curr_peer_opp_get(fmac_dev_ctx, ac); in _tx_pending_process()
555 pend_pkt_q = sys_dev_ctx->tx_config.data_pending_txq[peer_id][ac]; in _tx_pending_process()
582 (!tx_aggr_check(fmac_dev_ctx, first_nwb, ac, peer_id)) || in _tx_pending_process()
615 update_pend_q_bmp(fmac_dev_ctx, ac, peer_id); in _tx_pending_process()
1038 unsigned int ac) in tx_pending_process() argument
1051 if (_tx_pending_process(fmac_dev_ctx, desc, ac)) { in tx_pending_process()
1070 ac); in tx_pending_process()
1082 unsigned int ac, in tx_enqueue() argument
1098 queue = sys_dev_ctx->tx_config.data_pending_txq[peer_id][ac]; in tx_enqueue()
1114 status = update_pend_q_bmp(fmac_dev_ctx, ac, peer_id); in tx_enqueue()
1124 unsigned int ac, in tx_process() argument
1143 ac, in tx_process()
1156 pend_pkt_q = sys_dev_ctx->tx_config.data_pending_txq[peer_id][ac]; in tx_process()
1165 if ((sys_dev_ctx->tx_config.outstanding_descs[ac]) >= sys_fpriv->num_tx_tokens_per_ac) { in tx_process()
1200 unsigned char *ac) in tx_buff_req_free() argument
1243 *ac = (unsigned char)cnt; in tx_buff_req_free()
1246 if (tx_done_q != *ac) { in tx_buff_req_free()
1249 sys_dev_ctx->tx_config.outstanding_descs[*ac]++; in tx_buff_req_free()
1255 set_spare_desc_q_map(fmac_dev_ctx, desc, *ac); in tx_buff_req_free()
1539 unsigned int ac, in nrf_wifi_fmac_tx() argument
1562 ac, in nrf_wifi_fmac_tx()
1575 desc = tx_desc_get(fmac_dev_ctx, ac); in nrf_wifi_fmac_tx()
1583 ac); in nrf_wifi_fmac_tx()
1869 int ac; in nrf_wifi_fmac_start_rawpkt_xmit() local
1901 ac = sys_dev_ctx->raw_tx_config.queue; in nrf_wifi_fmac_start_rawpkt_xmit()
1906 ac, in nrf_wifi_fmac_start_rawpkt_xmit()
1943 int ac = 0; in nrf_wifi_fmac_start_xmit() local
1967 ac = NRF_WIFI_FMAC_AC_MC; in nrf_wifi_fmac_start_xmit()
1971 ac = get_ac(tid, ra); in nrf_wifi_fmac_start_xmit()
1973 ac = NRF_WIFI_FMAC_AC_BE; in nrf_wifi_fmac_start_xmit()
1980 ac, in nrf_wifi_fmac_start_xmit()