Home
last modified time | relevance | path

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

123

/linux-6.3-rc2/drivers/net/wireless/silabs/wfx/
A Dqueue.c65 const int priorities[IEEE80211_NUM_ACS] = { 1, 2, 64, 128 }; in wfx_tx_queues_init()
68 for (i = 0; i < IEEE80211_NUM_ACS; ++i) { in wfx_tx_queues_init()
84 for (i = 0; i < IEEE80211_NUM_ACS; ++i) { in wfx_tx_queues_check_empty()
213 for (i = 0; i < IEEE80211_NUM_ACS; ++i) in wfx_tx_queues_has_cab()
229 struct wfx_queue *queues[IEEE80211_NUM_ACS * ARRAY_SIZE(wdev->vif)]; in wfx_tx_queues_get_skb()
238 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in wfx_tx_queues_get_skb()
A Dtraces.h393 for (i = 0; i < IEEE80211_NUM_ACS; i++) {
443 __array(int, hw, IEEE80211_NUM_ACS * 2)
444 __array(int, drv, IEEE80211_NUM_ACS * 2)
445 __array(int, cab, IEEE80211_NUM_ACS * 2)
452 for (j = 0; j < IEEE80211_NUM_ACS * 2; j++) {
461 for (i = 0; i < IEEE80211_NUM_ACS; i++) {
462 j = wvif->id * IEEE80211_NUM_ACS + i;
463 WARN_ON(j >= IEEE80211_NUM_ACS * 2);
A Ddata_tx.c329 WARN(queue_id >= IEEE80211_NUM_ACS, "unsupported queue_id"); in wfx_tx_inner()
524 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in wfx_flush_vif()
533 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in wfx_flush_vif()
/linux-6.3-rc2/include/net/
A Dregulatory.h216 struct ieee80211_wmm_ac client[IEEE80211_NUM_ACS];
217 struct ieee80211_wmm_ac ap[IEEE80211_NUM_ACS];
/linux-6.3-rc2/net/mac80211/
A Dsta_info.h555 u64 packets[IEEE80211_NUM_ACS];
556 u64 bytes[IEEE80211_NUM_ACS];
684 struct sk_buff_head ps_tx_buf[IEEE80211_NUM_ACS];
685 struct sk_buff_head tx_filtered[IEEE80211_NUM_ACS];
697 struct airtime_info airtime[IEEE80211_NUM_ACS];
A 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()
206 s32 deficit[IEEE80211_NUM_ACS]; in sta_airtime_read()
213 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in sta_airtime_read()
239 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in sta_airtime_write()
258 u32 q_depth[IEEE80211_NUM_ACS]; in sta_aql_read()
259 u32 q_limit_l[IEEE80211_NUM_ACS], q_limit_h[IEEE80211_NUM_ACS]; in sta_aql_read()
266 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in sta_aql_read()
304 if (ac >= IEEE80211_NUM_ACS) in sta_aql_write()
A Dsta_info.c154 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in __cleanup_single_sta()
624 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in __sta_info_alloc()
1046 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in __sta_info_recalc_tim()
1200 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) in sta_info_cleanup_expire_buffered()
1576 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in ieee80211_sta_ps_deliver_wakeup()
1736 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in ieee80211_sta_ps_more_data()
1759 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in ieee80211_sta_ps_get_frames()
2557 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) in sta_set_sinfo()
2564 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) in sta_set_sinfo()
2611 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) in sta_set_sinfo()
[all …]
A Dieee80211_i.h80 extern const u8 ieee80211_ac_to_qos_mask[IEEE80211_NUM_ACS];
542 struct ieee80211_sta_tx_tspec tx_tspec[IEEE80211_NUM_ACS];
999 struct ieee80211_tx_queue_params tx_conf[IEEE80211_NUM_ACS];
1283 spinlock_t active_txq_lock[IEEE80211_NUM_ACS];
1284 struct list_head active_txqs[IEEE80211_NUM_ACS];
1285 u16 schedule_round[IEEE80211_NUM_ACS];
1288 u32 aql_txq_limit_low[IEEE80211_NUM_ACS];
1289 u32 aql_txq_limit_high[IEEE80211_NUM_ACS];
1292 atomic_t aql_ac_pending_airtime[IEEE80211_NUM_ACS];
A Dwme.c129 local->hw.queues < IEEE80211_NUM_ACS) in ieee80211_select_queue_80211()
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()
A Diface.c397 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in ieee80211_check_queues()
836 if (local->hw.queues < IEEE80211_NUM_ACS) in ieee80211_monitor_select_queue()
1075 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in ieee80211_set_default_queues()
1078 else if (local->hw.queues >= IEEE80211_NUM_ACS) in ieee80211_set_default_queues()
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/
A Dusb.c771 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in mt76u_status_worker()
936 if (i >= IEEE80211_NUM_ACS) { in mt76u_alloc_tx()
973 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in mt76u_free_tx()
1003 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in mt76u_stop_tx()
1017 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in mt76u_stop_tx()
A Dmt76_connac.h84 } tx_q[IEEE80211_NUM_ACS];
/linux-6.3-rc2/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
A Dmain.h514 u16 edcf_txop[IEEE80211_NUM_ACS];
516 u16 wme_retries[IEEE80211_NUM_ACS];
/linux-6.3-rc2/drivers/net/wireless/marvell/mwifiex/
A Ddecl.h212 struct ieee_types_wmm_ac_parameters ac_params[IEEE80211_NUM_ACS];
A Dmain.h323 struct mwifiex_wmm_ac_status ac_status[IEEE80211_NUM_ACS];
324 enum mwifiex_wmm_ac_e ac_down_graded_vals[IEEE80211_NUM_ACS];
326 u8 queue_priority[IEEE80211_NUM_ACS];
602 atomic_t wmm_tx_pending[IEEE80211_NUM_ACS];
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/dvm/
A Ddev.h464 u8 ac_to_queue[IEEE80211_NUM_ACS];
465 u8 ac_to_fifo[IEEE80211_NUM_ACS];
/linux-6.3-rc2/drivers/net/wireless/ath/ath9k/
A Dhtc.h354 u32 queue_stats[IEEE80211_NUM_ACS];
528 int hwq_map[IEEE80211_NUM_ACS];
A Dath9k.h293 struct ath_txq *txq_map[IEEE80211_NUM_ACS];
295 u16 max_aggr_framelen[IEEE80211_NUM_ACS][4][32];
332 struct ath_acq acq[IEEE80211_NUM_ACS];
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7921/
A Dmac.c59 u32 tx_time[IEEE80211_NUM_ACS], rx_time[IEEE80211_NUM_ACS]; in mt7921_mac_sta_poll()
88 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in mt7921_mac_sta_poll()
115 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in mt7921_mac_sta_poll()
A Dmcu.c585 struct edca edca[IEEE80211_NUM_ACS]; in mt7921_mcu_set_tx()
611 struct mu_edca edca[IEEE80211_NUM_ACS]; in mt7921_mcu_set_tx()
621 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in mt7921_mcu_set_tx()
647 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in mt7921_mcu_set_tx()
/linux-6.3-rc2/drivers/net/wireless/realtek/rtw89/
A Dmac80211.c269 static const u8 ac_to_fw_idx[IEEE80211_NUM_ACS] = {
309 static const u32 ac_to_mu_edca_param[IEEE80211_NUM_ACS] = {
355 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) in rtw89_conf_tx()
/linux-6.3-rc2/drivers/net/wireless/realtek/rtw88/
A Dtx.c693 static_assert(ARRAY_SIZE(ac_to_hwq) == IEEE80211_NUM_ACS);
697 if (WARN_ON(unlikely(ac >= IEEE80211_NUM_ACS))) in rtw_tx_ac_to_hwq()
A Dmac80211.c309 static const u32 ac_to_edca_param[IEEE80211_NUM_ACS] = {
352 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) in rtw_conf_tx()
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7915/
A Dmcu.h209 struct edca edca[IEEE80211_NUM_ACS];

Completed in 100 milliseconds

123