/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_80211.h | 183 bool hw_queue_stopped[IEEE80211_NUM_ACS]; 211 uint32_t txq_generation[IEEE80211_NUM_ACS]; 212 TAILQ_HEAD(, lkpi_txq) scheduled_txqs[IEEE80211_NUM_ACS];
|
H A D | linux_80211.c | 2688 KASSERT(WME_NUM_AC == IEEE80211_NUM_ACS, ("%s: WME_NUM_AC %d != " in lkpi_wme_update() 2689 "IEEE80211_NUM_ACS %d\n", __func__, WME_NUM_AC, IEEE80211_NUM_ACS)); in lkpi_wme_update() 2719 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in lkpi_wme_update() 2877 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in lkpi_ic_vap_create() 2880 else if (hw->queues >= IEEE80211_NUM_ACS) in lkpi_ic_vap_create() 2920 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in lkpi_ic_vap_create() 4624 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in linuxkpi_ieee80211_alloc_hw() 6221 if (hw->queues >= IEEE80211_NUM_ACS) in linuxkpi_ieee80211_stop_queue() 6222 ac_count = IEEE80211_NUM_ACS; in linuxkpi_ieee80211_stop_queue() 6272 if (hw->queues >= IEEE80211_NUM_ACS) in lkpi_ieee80211_wake_queues() [all …]
|
/freebsd/sys/contrib/dev/mediatek/mt76/ |
H A D | usb.c | 771 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()
|
H A D | mt76_connac.h | 98 } tx_q[IEEE80211_NUM_ACS];
|
H A D | mt792x.h | 93 struct ieee80211_tx_queue_params queue_params[IEEE80211_NUM_ACS];
|
H A D | mt76x02_mmio.c | 192 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in mt76x02_dma_init()
|
H A D | mt76_connac_mac.c | 88 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in mt76_connac_free_pending_tx_skbs() 126 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in mt76_connac_pm_dequeue_skbs()
|
H A D | tx.c | 681 if (WARN_ON(ac >= IEEE80211_NUM_ACS)) in mt76_ac_to_hwq()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/ |
H A D | mac.c | 45 u32 tx_time[IEEE80211_NUM_ACS], rx_time[IEEE80211_NUM_ACS]; in mt7921_mac_sta_poll() 78 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in mt7921_mac_sta_poll() 105 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in mt7921_mac_sta_poll()
|
H A D | mcu.c | 506 struct edca edca[IEEE80211_NUM_ACS]; in mt7921_mcu_set_tx() 532 struct mu_edca edca[IEEE80211_NUM_ACS]; in mt7921_mcu_set_tx() 542 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in mt7921_mcu_set_tx() 568 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in mt7921_mcu_set_tx()
|
/freebsd/sys/contrib/dev/rtw88/ |
H A D | tx.c | 744 static_assert(ARRAY_SIZE(ac_to_hwq) == IEEE80211_NUM_ACS); 746 rtw88_static_assert(ARRAY_SIZE(ac_to_hwq) == IEEE80211_NUM_ACS); 751 if (WARN_ON(unlikely(ac >= IEEE80211_NUM_ACS))) in rtw_tx_ac_to_hwq()
|
H A D | mac80211.c | 329 static const u32 ac_to_edca_param[IEEE80211_NUM_ACS] = { 372 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) in rtw_conf_tx()
|
H A D | main.h | 820 struct ieee80211_tx_queue_params tx_params[IEEE80211_NUM_ACS];
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | mac80211.c | 304 static const u8 ac_to_fw_idx[IEEE80211_NUM_ACS] = { in rtw89_aifsn_to_aifs() 348 static const u32 ac_to_mu_edca_param[IEEE80211_NUM_ACS][RTW89_CHIP_GEN_NUM] = { in ____rtw89_conf_tx_mu_edca() 395 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) in rtw89_station_mode_sta_assoc()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
H A D | mcu.h | 209 struct edca edca[IEEE80211_NUM_ACS];
|
H A D | mac.c | 108 u32 tx_time[IEEE80211_NUM_ACS], rx_time[IEEE80211_NUM_ACS]; in mt7915_mac_sta_poll() 144 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in mt7915_mac_sta_poll() 171 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in mt7915_mac_sta_poll()
|
H A D | mt7915.h | 178 struct ieee80211_tx_queue_params queue_params[IEEE80211_NUM_ACS];
|
H A D | mcu.c | 2454 (IEEE80211_NUM_ACS - num) * sizeof(struct edca); in mt7915_mcu_update_edca() 2466 .total = IEEE80211_NUM_ACS, in mt7915_mcu_set_tx() 2471 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in mt7915_mcu_set_tx()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
H A D | mt7996.h | 132 struct ieee80211_tx_queue_params queue_params[IEEE80211_NUM_ACS];
|
H A D | mac.c | 109 u32 tx_time[IEEE80211_NUM_ACS], rx_time[IEEE80211_NUM_ACS]; in mt7996_mac_sta_poll() 141 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in mt7996_mac_sta_poll() 168 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in mt7996_mac_sta_poll()
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | mvm.h | 342 struct ieee80211_tx_queue_params queue_params[IEEE80211_NUM_ACS]; 736 u32 pkts[IEEE80211_NUM_ACS]; 740 u32 pkts[IEEE80211_NUM_ACS];
|
H A D | mac-ctxt.c | 492 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in iwl_mvm_set_fw_qos_params()
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | ieee80211.h | 198 #define IEEE80211_NUM_ACS 4 /* net8021::WME_NUM_AC */ macro
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | core.h | 1182 spinlock_t queue_lock[IEEE80211_NUM_ACS];
|
/freebsd/sys/compat/linuxkpi/common/include/net/ |
H A D | mac80211.h | 838 uint8_t hw_queue[IEEE80211_NUM_ACS];
|