Home
last modified time | relevance | path

Searched refs:IEEE80211_MAX_QUEUES (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/net/mac80211/
H A Ddebugfs.c536 size_t bufsz = IEEE80211_MAX_QUEUES * 16 + 9; in misc_read()
552 for (i = 0; i < IEEE80211_MAX_QUEUES; i++) { in misc_read()
568 char buf[IEEE80211_MAX_QUEUES * 20]; in queues_read()
H A Dmain.c861 for (i = 0; i < IEEE80211_MAX_QUEUES; i++) { in ieee80211_alloc_hw_nm()
1317 if (hw->queues > IEEE80211_MAX_QUEUES) in ieee80211_register_hw()
1318 hw->queues = IEEE80211_MAX_QUEUES; in ieee80211_register_hw()
H A Dieee80211_i.h1343 unsigned long queue_stop_reasons[IEEE80211_MAX_QUEUES];
1344 int q_stop_reasons[IEEE80211_MAX_QUEUES][IEEE80211_QUEUE_STOP_REASONS];
1444 struct sk_buff_head pending[IEEE80211_MAX_QUEUES];
1448 atomic_t agg_queue_stop[IEEE80211_MAX_QUEUES];
H A Diface.c665 for (i = 0; i < IEEE80211_MAX_QUEUES; i++) { in ieee80211_do_stop()
/openbmc/linux/include/net/
H A Dmac80211.h155 IEEE80211_MAX_QUEUES = 16, enumerator
156 IEEE80211_MAX_QUEUE_MAP = BIT(IEEE80211_MAX_QUEUES) - 1,
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c5630 vif->cab_queue = arvif->vdev_id % (IEEE80211_MAX_QUEUES - 1); in ath10k_add_interface()
5632 vif->hw_queue[i] = arvif->vdev_id % (IEEE80211_MAX_QUEUES - 1); in ath10k_add_interface()
10169 ar->hw->queues = IEEE80211_MAX_QUEUES; in ath10k_mac_register()
10175 ar->hw->offchannel_tx_hw_queue = IEEE80211_MAX_QUEUES - 1; in ath10k_mac_register()