Home
last modified time | relevance | path

Searched refs:txa_ac (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_ht.c631 tap->txa_ac = (uint8_t)ac; in ieee80211_ht_node_init()
763 tap->txa_ac = (uint8_t)ac; in ieee80211_ht_wds_init()
1349 tid = WME_AC_TO_TID(tap->txa_ac); in ieee80211_ampdu_request()
1362 tap->txa_ac); in ieee80211_ampdu_request()
1385 "stop BA stream for AC %d\n", tap->txa_ac); in ieee80211_ampdu_stop()
1388 args[0] = WME_AC_TO_TID(tap->txa_ac); in ieee80211_ampdu_stop()
1396 tap->txa_ac); in ieee80211_ampdu_stop()
1435 tid = WME_AC_TO_TID(tap->txa_ac); in ieee80211_send_bar()
/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211_ht.h63 uint8_t txa_ac; member