Searched refs:tidno (Results 1 - 6 of 6) sorted by relevance

/drivers/net/wireless/ath/ath9k/
H A Dxmit.c181 ieee80211_send_bar(tid->an->vif, tid->an->sta->addr, tid->tidno,
417 u8 tidno; local
454 tidno = ieee80211_get_qos_ctl(hdr)[0] & IEEE80211_QOS_CTL_TID_MASK;
455 tid = ATH_AN_2_TID(an, tidno);
463 if (tidno != ts->tid)
589 ieee80211_sta_set_buffered(sta, tid->tidno, true);
1233 int tidno; local
1235 for (tidno = 0, tid = &an->tid[tidno];
1236 tidno < WME_NUM_TI
1267 int tidno; local
1873 u8 tidno; local
2432 int tidno, acno; local
2465 int tidno; local
[all...]
H A Dhtc.h74 u8 tidno; member in struct:tx_frame_hdr
85 u8 tidno; member in struct:tx_mgmt_hdr
133 u8 tidno; member in struct:ath9k_htc_target_aggr
H A Dath9k.h249 int tidno; member in struct:ath_atx_tid
H A Dhtc_drv_txrx.c245 mgmt_hdr.tidno = 0;
302 tx_hdr.tidno = qc[0] & IEEE80211_QOS_CTL_TID_MASK;
H A Drc.c1304 u8 tidno)
1311 txtid = ATH_AN_2_TID(an, tidno);
1303 ath_tx_aggr_check(struct ath_softc *sc, struct ath_node *an, u8 tidno) argument
H A Dhtc_drv_main.c719 aggr.tidno = tid & 0xf;

Completed in 76 milliseconds