Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/drivers/staging/wfx/
H A Dqueue.c66 const int priorities[IEEE80211_NUM_ACS] = { 1, 2, 64, 128 }; in wfx_tx_queues_init()
69 for (i = 0; i < IEEE80211_NUM_ACS; ++i) { in wfx_tx_queues_init()
80 for (i = 0; i < IEEE80211_NUM_ACS; ++i) { in wfx_tx_queues_check_empty()
219 for (i = 0; i < IEEE80211_NUM_ACS; ++i) in wfx_tx_queues_has_cab()
234 struct wfx_queue *queues[IEEE80211_NUM_ACS * ARRAY_SIZE(wdev->vif)]; in wfx_tx_queues_get_skb()
243 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in wfx_tx_queues_get_skb()
H A Dtraces.h397 for (i = 0; i < IEEE80211_NUM_ACS; i++) {
448 __array(int, hw, IEEE80211_NUM_ACS * 2)
449 __array(int, drv, IEEE80211_NUM_ACS * 2)
450 __array(int, cab, IEEE80211_NUM_ACS * 2)
457 for (j = 0; j < IEEE80211_NUM_ACS * 2; j++) {
466 for (i = 0; i < IEEE80211_NUM_ACS; i++) {
467 j = wvif->id * IEEE80211_NUM_ACS + i;
468 WARN_ON(j >= IEEE80211_NUM_ACS * 2);
H A Ddata_tx.c343 WARN(queue_id >= IEEE80211_NUM_ACS, "unsupported queue_id"); in wfx_tx_inner()
545 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in wfx_flush_vif()
554 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in wfx_flush_vif()
/OK3568_Linux_fs/kernel/include/net/
H A Dregulatory.h213 struct ieee80211_wmm_ac client[IEEE80211_NUM_ACS];
214 struct ieee80211_wmm_ac ap[IEEE80211_NUM_ACS];
/OK3568_Linux_fs/kernel/net/mac80211/
H A Dsta_info.h605 struct sk_buff_head ps_tx_buf[IEEE80211_NUM_ACS];
606 struct sk_buff_head tx_filtered[IEEE80211_NUM_ACS];
639 u64 packets[IEEE80211_NUM_ACS];
640 u64 bytes[IEEE80211_NUM_ACS];
647 struct airtime_info airtime[IEEE80211_NUM_ACS];
H A Ddebugfs_sta.c110 char buf[17*IEEE80211_NUM_ACS], *p = buf; in sta_num_ps_buf_frames_read()
113 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) in sta_num_ps_buf_frames_read()
204 s64 deficit[IEEE80211_NUM_ACS]; in sta_airtime_read()
211 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in sta_airtime_read()
237 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in sta_airtime_write()
256 u32 q_depth[IEEE80211_NUM_ACS]; in sta_aql_read()
257 u32 q_limit_l[IEEE80211_NUM_ACS], q_limit_h[IEEE80211_NUM_ACS]; in sta_aql_read()
264 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in sta_aql_read()
302 if (ac >= IEEE80211_NUM_ACS) in sta_aql_write()
H A Dsta_info.c123 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in __cleanup_single_sta()
430 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in sta_info_alloc()
828 if (ignore_for_tim == BIT(IEEE80211_NUM_ACS) - 1) in __sta_info_recalc_tim()
832 ignore_for_tim = BIT(IEEE80211_NUM_ACS) - 1; in __sta_info_recalc_tim()
834 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in __sta_info_recalc_tim()
988 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) in sta_info_cleanup_expire_buffered()
1345 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in ieee80211_sta_ps_deliver_wakeup()
1505 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in ieee80211_sta_ps_more_data()
1528 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in ieee80211_sta_ps_get_frames()
1617 for (ac = IEEE80211_AC_VO; ac < IEEE80211_NUM_ACS; ac++) in ieee80211_sta_ps_deliver_response()
[all …]
H A Dwme.c123 if (local->hw.queues < IEEE80211_NUM_ACS) in ieee80211_select_queue_80211()
190 if (local->hw.queues < IEEE80211_NUM_ACS || skb->len < 6) { in ieee80211_select_queue()
H A Dieee80211_i.h79 extern const u8 ieee80211_ac_to_qos_mask[IEEE80211_NUM_ACS];
549 struct ieee80211_sta_tx_tspec tx_tspec[IEEE80211_NUM_ACS];
922 struct ieee80211_tx_queue_params tx_conf[IEEE80211_NUM_ACS];
1154 spinlock_t active_txq_lock[IEEE80211_NUM_ACS];
1155 struct list_head active_txqs[IEEE80211_NUM_ACS];
1156 u16 schedule_round[IEEE80211_NUM_ACS];
1159 u32 aql_txq_limit_low[IEEE80211_NUM_ACS];
1160 u32 aql_txq_limit_high[IEEE80211_NUM_ACS];
H A Diface.c324 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in ieee80211_check_queues()
732 if (local->hw.queues < IEEE80211_NUM_ACS) in ieee80211_monitor_select_queue()
901 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in ieee80211_set_default_queues()
904 else if (local->hw.queues >= IEEE80211_NUM_ACS) in ieee80211_set_default_queues()
1277 int n_acs = IEEE80211_NUM_ACS; in ieee80211_do_open()
1280 if (local->hw.queues < IEEE80211_NUM_ACS) in ieee80211_do_open()
1887 if (local->hw.queues >= IEEE80211_NUM_ACS) in ieee80211_if_add()
1888 txqs = IEEE80211_NUM_ACS; in ieee80211_if_add()
H A Dmesh_ps.c462 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in mps_frame_deliver()
596 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) in ieee80211_mps_frame_release()
H A Dutil.c359 int n_acs = IEEE80211_NUM_ACS; in _ieee80211_wake_txqs()
364 if (local->hw.queues < IEEE80211_NUM_ACS) in _ieee80211_wake_txqs()
402 int n_acs = IEEE80211_NUM_ACS; in ieee80211_propagate_queue_wake()
407 if (local->hw.queues < IEEE80211_NUM_ACS) in ieee80211_propagate_queue_wake()
510 int n_acs = IEEE80211_NUM_ACS; in __ieee80211_stop_queue()
525 if (local->hw.queues < IEEE80211_NUM_ACS) in __ieee80211_stop_queue()
704 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) in ieee80211_get_vif_queues()
1580 if (local->hw.queues < IEEE80211_NUM_ACS) in ieee80211_set_wmm_default()
1607 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in ieee80211_set_wmm_default()
2447 for (i = 0; i < IEEE80211_NUM_ACS; i++) in ieee80211_reconfig()
[all …]
H A Dmlme.c1928 if (local->hw.queues < IEEE80211_NUM_ACS) in __ieee80211_sta_handle_tspec_ac_params()
1931 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in __ieee80211_sta_handle_tspec_ac_params()
1966 non_acm_ac < IEEE80211_NUM_ACS; in __ieee80211_sta_handle_tspec_ac_params()
1977 if (non_acm_ac >= IEEE80211_NUM_ACS) in __ieee80211_sta_handle_tspec_ac_params()
2020 struct ieee80211_tx_queue_params params[IEEE80211_NUM_ACS]; in ieee80211_sta_wmm_params()
2030 if (local->hw.queues < IEEE80211_NUM_ACS) in ieee80211_sta_wmm_params()
2134 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in ieee80211_sta_wmm_params()
2143 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in ieee80211_sta_wmm_params()
3573 local->hw.queues >= IEEE80211_NUM_ACS; in ieee80211_assoc_success()
3757 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) in ieee80211_rx_mgmt_assoc_resp()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Dlinux_2_6_35.h26 #define IEEE80211_NUM_ACS 4 macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/
H A Dusb.c803 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in mt76u_tx_worker()
972 if (i >= IEEE80211_NUM_ACS) { in mt76u_alloc_tx()
1006 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in mt76u_free_tx()
1032 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in mt76u_stop_tx()
1046 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in mt76u_stop_tx()
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmain.h514 u16 edcf_txop[IEEE80211_NUM_ACS];
516 u16 wme_retries[IEEE80211_NUM_ACS];
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/dvm/
H A Ddev.h469 u8 ac_to_queue[IEEE80211_NUM_ACS];
470 u8 ac_to_fifo[IEEE80211_NUM_ACS];
/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/
H A Ddecl.h224 struct ieee_types_wmm_ac_parameters ac_params[IEEE80211_NUM_ACS];
H A Dmain.h333 struct mwifiex_wmm_ac_status ac_status[IEEE80211_NUM_ACS];
334 enum mwifiex_wmm_ac_e ac_down_graded_vals[IEEE80211_NUM_ACS];
336 u8 queue_priority[IEEE80211_NUM_ACS];
611 atomic_t wmm_tx_pending[IEEE80211_NUM_ACS];
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A Dhtc.h350 u32 queue_stats[IEEE80211_NUM_ACS];
524 int hwq_map[IEEE80211_NUM_ACS];
H A Dath9k.h292 struct ath_txq *txq_map[IEEE80211_NUM_ACS];
294 u16 max_aggr_framelen[IEEE80211_NUM_ACS][4][32];
331 struct ath_acq acq[IEEE80211_NUM_ACS];
H A Dmain.c1324 for (i = 0; i < IEEE80211_NUM_ACS; i++) in ath9k_assign_hw_queues()
1729 if (queue >= IEEE80211_NUM_ACS) in ath9k_conf_tx()
2549 ctx->hw_queue_base = pos * IEEE80211_NUM_ACS; in ath9k_add_chanctx()
2625 for (i = 0; i < IEEE80211_NUM_ACS; i++) in ath9k_assign_vif_chanctx()
2656 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) in ath9k_unassign_vif_chanctx()
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmac.c110 u32 tx_time[IEEE80211_NUM_ACS], rx_time[IEEE80211_NUM_ACS]; in mt7915_mac_sta_poll()
138 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in mt7915_mac_sta_poll()
165 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in mt7915_mac_sta_poll()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtw88/
H A Dmac80211.c300 static const u32 ac_to_edca_param[IEEE80211_NUM_ACS] = {
343 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) in rtw_conf_tx()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmvm.h403 struct ieee80211_tx_queue_params queue_params[IEEE80211_NUM_ACS];
613 u32 pkts[IEEE80211_NUM_ACS];
617 u32 pkts[IEEE80211_NUM_ACS];

123