Home
last modified time | relevance | path

Searched refs:IEEE80211_NUM_ACS (Results 1 – 25 of 41) sorted by relevance

12

/Linux-v4.19/include/net/
Dregulatory.h213 struct ieee80211_wmm_ac client[IEEE80211_NUM_ACS];
214 struct ieee80211_wmm_ac ap[IEEE80211_NUM_ACS];
/Linux-v4.19/net/mac80211/
Dsta_info.h526 struct sk_buff_head ps_tx_buf[IEEE80211_NUM_ACS];
527 struct sk_buff_head tx_filtered[IEEE80211_NUM_ACS];
559 u64 packets[IEEE80211_NUM_ACS];
560 u64 bytes[IEEE80211_NUM_ACS];
Dwme.c126 if (local->hw.queues < IEEE80211_NUM_ACS) in ieee80211_select_queue_80211()
155 if (local->hw.queues < IEEE80211_NUM_ACS || skb->len < 6) { in ieee80211_select_queue()
Dsta_info.c124 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in __cleanup_single_sta()
384 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in sta_info_alloc()
743 if (ignore_for_tim == BIT(IEEE80211_NUM_ACS) - 1) in __sta_info_recalc_tim()
747 ignore_for_tim = BIT(IEEE80211_NUM_ACS) - 1; in __sta_info_recalc_tim()
749 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in __sta_info_recalc_tim()
903 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) in sta_info_cleanup_expire_buffered()
1256 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in ieee80211_sta_ps_deliver_wakeup()
1435 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in ieee80211_sta_ps_more_data()
1458 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in ieee80211_sta_ps_get_frames()
1547 for (ac = IEEE80211_AC_VO; ac < IEEE80211_NUM_ACS; ac++) in ieee80211_sta_ps_deliver_response()
[all …]
Diface.c326 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in ieee80211_check_queues()
378 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in ieee80211_set_default_queues()
381 else if (local->hw.queues >= IEEE80211_NUM_ACS) in ieee80211_set_default_queues()
740 int n_acs = IEEE80211_NUM_ACS; in ieee80211_do_open()
743 if (local->hw.queues < IEEE80211_NUM_ACS) in ieee80211_do_open()
1187 if (local->hw.queues < IEEE80211_NUM_ACS) in ieee80211_monitor_select_queue()
1769 if (local->hw.queues >= IEEE80211_NUM_ACS) in ieee80211_if_add()
1770 txqs = IEEE80211_NUM_ACS; in ieee80211_if_add()
Dmesh_ps.c460 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in mps_frame_deliver()
594 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) in ieee80211_mps_frame_release()
Dutil.c246 int n_acs = IEEE80211_NUM_ACS; in ieee80211_propagate_queue_wake()
251 if (local->hw.queues < IEEE80211_NUM_ACS) in ieee80211_propagate_queue_wake()
339 int n_acs = IEEE80211_NUM_ACS; in __ieee80211_stop_queue()
357 if (local->hw.queues < IEEE80211_NUM_ACS) in __ieee80211_stop_queue()
529 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) in ieee80211_get_vif_queues()
1187 if (local->hw.queues < IEEE80211_NUM_ACS) in ieee80211_set_wmm_default()
1214 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in ieee80211_set_wmm_default()
2027 for (i = 0; i < IEEE80211_NUM_ACS; i++) in ieee80211_reconfig()
3648 const u8 ieee80211_ac_to_qos_mask[IEEE80211_NUM_ACS] = {
Ddebugfs_sta.c111 char buf[17*IEEE80211_NUM_ACS], *p = buf; in sta_num_ps_buf_frames_read()
114 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) in sta_num_ps_buf_frames_read()
Dmlme.c1775 if (local->hw.queues < IEEE80211_NUM_ACS) in __ieee80211_sta_handle_tspec_ac_params()
1778 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in __ieee80211_sta_handle_tspec_ac_params()
1813 non_acm_ac < IEEE80211_NUM_ACS; in __ieee80211_sta_handle_tspec_ac_params()
1824 if (non_acm_ac >= IEEE80211_NUM_ACS) in __ieee80211_sta_handle_tspec_ac_params()
1867 struct ieee80211_tx_queue_params params[IEEE80211_NUM_ACS]; in ieee80211_sta_wmm_params()
1877 if (local->hw.queues < IEEE80211_NUM_ACS) in ieee80211_sta_wmm_params()
1973 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in ieee80211_sta_wmm_params()
3300 sta->sta.wme = elems.wmm_param && local->hw.queues >= IEEE80211_NUM_ACS; in ieee80211_assoc_success()
3475 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) in ieee80211_rx_mgmt_assoc_resp()
5072 (local->hw.queues >= IEEE80211_NUM_ACS); in ieee80211_mgd_assoc()
[all …]
Dieee80211_i.h88 extern const u8 ieee80211_ac_to_qos_mask[IEEE80211_NUM_ACS];
549 struct ieee80211_sta_tx_tspec tx_tspec[IEEE80211_NUM_ACS];
909 struct ieee80211_tx_queue_params tx_conf[IEEE80211_NUM_ACS];
Dtdls.c296 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in ieee80211_tdls_add_wmm_param_ie()
403 if (local->hw.queues >= IEEE80211_NUM_ACS && in ieee80211_tdls_add_setup_start_ies()
584 if (local->hw.queues >= IEEE80211_NUM_ACS && sta->sta.wme) in ieee80211_tdls_add_setup_cfm_ies()
/Linux-v4.19/drivers/net/wireless/mediatek/mt76/
Dusb.c554 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in mt76u_tx_tasklet()
576 wake = i < IEEE80211_NUM_ACS && q->queued < q->ndesc - 8; in mt76u_tx_tasklet()
714 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in mt76u_alloc_tx()
748 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in mt76u_free_tx()
760 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in mt76u_stop_tx()
Ddma.c180 wake = wake && qid < IEEE80211_NUM_ACS && q->queued < q->ndesc - 8; in mt76_dma_tx_cleanup()
/Linux-v4.19/drivers/net/wireless/ath/ath9k/
Dath9k.h266 s64 airtime_deficit[IEEE80211_NUM_ACS];
298 struct ath_txq *txq_map[IEEE80211_NUM_ACS];
300 u16 max_aggr_framelen[IEEE80211_NUM_ACS][4][32];
337 struct ath_acq acq[IEEE80211_NUM_ACS];
Dhtc.h348 u32 queue_stats[IEEE80211_NUM_ACS];
522 int hwq_map[IEEE80211_NUM_ACS];
Dmain.c1235 for (i = 0; i < IEEE80211_NUM_ACS; i++) in ath9k_assign_hw_queues()
1638 if (queue >= IEEE80211_NUM_ACS) in ath9k_conf_tx()
2434 ctx->hw_queue_base = pos * IEEE80211_NUM_ACS; in ath9k_add_chanctx()
2510 for (i = 0; i < IEEE80211_NUM_ACS; i++) in ath9k_assign_vif_chanctx()
2541 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) in ath9k_unassign_vif_chanctx()
Dlink.c31 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in ath_tx_complete_check()
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Dmain.h514 u16 edcf_txop[IEEE80211_NUM_ACS];
516 u16 wme_retries[IEEE80211_NUM_ACS];
/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/
Ddecl.h224 struct ieee_types_wmm_ac_parameters ac_params[IEEE80211_NUM_ACS];
Dmain.h332 struct mwifiex_wmm_ac_status ac_status[IEEE80211_NUM_ACS];
333 enum mwifiex_wmm_ac_e ac_down_graded_vals[IEEE80211_NUM_ACS];
335 u8 queue_priority[IEEE80211_NUM_ACS];
610 atomic_t wmm_tx_pending[IEEE80211_NUM_ACS];
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/dvm/
Ddev.h489 u8 ac_to_queue[IEEE80211_NUM_ACS];
490 u8 ac_to_fifo[IEEE80211_NUM_ACS];
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/fw/api/
Drs.h275 u8 start_ac_rate_idx[IEEE80211_NUM_ACS];
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Dmac-ctxt.c220 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in iwl_mvm_mac_get_queues_mask()
407 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) in iwl_mvm_mac_ctxt_init()
427 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in iwl_mvm_mac_ctxt_init()
658 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in iwl_mvm_mac_ctxt_cmd_common()
Dmvm.h403 struct ieee80211_tx_queue_params queue_params[IEEE80211_NUM_ACS];
602 u32 pkts[IEEE80211_NUM_ACS];
606 u32 pkts[IEEE80211_NUM_ACS];
/Linux-v4.19/net/wireless/
Dreg.c606 struct fwdb_wmm_ac client[IEEE80211_NUM_ACS];
607 struct fwdb_wmm_ac ap[IEEE80211_NUM_ACS];
639 for (i = 0; i < IEEE80211_NUM_ACS * 2; i++) { in valid_wmm()
856 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in set_wmm_rule()

12