Home
last modified time | relevance | path

Searched refs:ieee80211_tx_ampdu (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dnet80211_ht.h56 struct ieee80211_tx_ampdu { struct
129 struct ieee80211_tx_ampdu *);
131 struct ieee80211_tx_ampdu *);
133 const struct ieee80211_tx_ampdu *);
H A Dnet80211.h424 struct ieee80211_tx_ampdu in_tx_ampdu[WME_NUM_AC];
606 struct ieee80211_tx_ampdu *,
609 struct ieee80211_tx_ampdu *,
612 struct ieee80211_tx_ampdu *);
/titanic_50/usr/src/uts/common/io/net80211/
H A Dnet80211_ht.c617 struct ieee80211_tx_ampdu *tap; in ieee80211_ht_node_init()
651 struct ieee80211_tx_ampdu *tap = &in->in_tx_ampdu[i]; in ieee80211_ht_node_cleanup()
725 struct ieee80211_tx_ampdu *tap; in ieee80211_ht_wds_init()
1031 struct ieee80211_tx_ampdu *tap = arg; in addba_timeout()
1038 addba_start_timeout(struct ieee80211_tx_ampdu *tap) in addba_start_timeout()
1047 addba_stop_timeout(struct ieee80211_tx_ampdu *tap) in addba_stop_timeout()
1066 struct ieee80211_tx_ampdu *tap, in ieee80211_addba_request()
1089 struct ieee80211_tx_ampdu *tap, in ieee80211_addba_response()
1114 ieee80211_addba_stop(struct ieee80211_node *in, struct ieee80211_tx_ampdu *tap) in ieee80211_addba_stop()
1137 struct ieee80211_tx_ampdu *tap; in ieee80211_aggr_recv_action()
[all …]
H A Dnet80211_output.c213 struct ieee80211_tx_ampdu *tap = &in->in_tx_ampdu[ac]; in ieee80211_encap()