Home
last modified time | relevance | path

Searched refs:WME_NUM_TID (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211.h356 #define IEEE80211_TID_SIZE (WME_NUM_TID+1) /* WME TID's +1 for non-QoS */
357 #define IEEE80211_NONQOS_TID WME_NUM_TID /* index for non-QoS sta */
430 struct ieee80211_rx_ampdu in_rx_ampdu[WME_NUM_TID];
H A Dnet80211_proto.h524 #define WME_NUM_TID 16 /* 16 tids */ macro
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_core.h420 #define WME_NUM_TID 16 macro
519 struct ath_atx_tid tid[WME_NUM_TID];
668 struct ath_atx_tid tid[WME_NUM_TID];
H A Darn_xmit.c2344 for (tidno = 0, tid = &an->tid[tidno]; tidno < WME_NUM_TID; in arn_tx_node_init()
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_ht.c664 for (i = 0; i < WME_NUM_TID; i++) in ieee80211_ht_node_cleanup()