Home
last modified time | relevance | path

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

12

/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.h183 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 Dlinux_80211.c2688 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 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()
H A Dmt76_connac.h98 } tx_q[IEEE80211_NUM_ACS];
H A Dmt792x.h93 struct ieee80211_tx_queue_params queue_params[IEEE80211_NUM_ACS];
H A Dmt76x02_mmio.c192 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in mt76x02_dma_init()
H A Dmt76_connac_mac.c88 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 Dtx.c681 if (WARN_ON(ac >= IEEE80211_NUM_ACS)) in mt76_ac_to_hwq()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmac.c45 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 Dmcu.c506 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 Dtx.c744 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 Dmac80211.c329 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 Dmain.h820 struct ieee80211_tx_queue_params tx_params[IEEE80211_NUM_ACS];
/freebsd/sys/contrib/dev/rtw89/
H A Dmac80211.c304 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 Dmcu.h209 struct edca edca[IEEE80211_NUM_ACS];
H A Dmac.c108 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 Dmt7915.h178 struct ieee80211_tx_queue_params queue_params[IEEE80211_NUM_ACS];
H A Dmcu.c2454 (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 Dmt7996.h132 struct ieee80211_tx_queue_params queue_params[IEEE80211_NUM_ACS];
H A Dmac.c109 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 Dmvm.h342 struct ieee80211_tx_queue_params queue_params[IEEE80211_NUM_ACS];
736 u32 pkts[IEEE80211_NUM_ACS];
740 u32 pkts[IEEE80211_NUM_ACS];
H A Dmac-ctxt.c492 for (i = 0; i < IEEE80211_NUM_ACS; i++) { in iwl_mvm_set_fw_qos_params()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dieee80211.h198 #define IEEE80211_NUM_ACS 4 /* net8021::WME_NUM_AC */ macro
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dcore.h1182 spinlock_t queue_lock[IEEE80211_NUM_ACS];
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dmac80211.h838 uint8_t hw_queue[IEEE80211_NUM_ACS];

12