tid_start_tx      332 net/mac80211/agg-tx.c 	tid_tx = sta->ampdu_mlme.tid_start_tx[tid];
tid_start_tx      334 net/mac80211/agg-tx.c 	sta->ampdu_mlme.tid_start_tx[tid] = NULL;
tid_start_tx      650 net/mac80211/agg-tx.c 	if (tid_tx || sta->ampdu_mlme.tid_start_tx[tid]) {
tid_start_tx      687 net/mac80211/agg-tx.c 	sta->ampdu_mlme.tid_start_tx[tid] = tid_tx;
tid_start_tx      372 net/mac80211/ht.c 		tid_tx = sta->ampdu_mlme.tid_start_tx[tid];
tid_start_tx      379 net/mac80211/ht.c 			sta->ampdu_mlme.tid_start_tx[tid] = NULL;
tid_start_tx      141 net/mac80211/sta_info.c 		kfree(sta->ampdu_mlme.tid_start_tx[i]);
tid_start_tx      280 net/mac80211/sta_info.h 	struct tid_ampdu_tx *tid_start_tx[IEEE80211_NUM_TIDS];