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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dhtc.h80 u8 tidno; member in struct:tx_frame_hdr
90 u8 tidno; member in struct:tx_mgmt_hdr
169 u8 tidno; member in struct:ath9k_htc_target_aggr
H A Dxmit.c862 bool ath_tx_aggr_check(struct ath_softc *sc, struct ath_node *an, u8 tidno) argument
869 txtid = ATH_AN_2_TID(an, tidno);
1441 * For HT capable stations, we save tidno for later use.
2399 int tidno, acno; local
2401 for (tidno = 0, tid = &an->tid[tidno];
2402 tidno < WME_NUM_TID;
2403 tidno++, tid++) {
2405 tid->tidno = tidno;
2432 int i, tidno; local
[all...]
H A Dath9k.h261 int tidno; member in struct:ath_atx_tid
347 bool ath_tx_aggr_check(struct ath_softc *sc, struct ath_node *an, u8 tidno);
H A Dhtc_drv_txrx.c126 tx_hdr.tidno = qc[0] & IEEE80211_QOS_CTL_TID_MASK;
178 mgmt_hdr.tidno = 0;
H A Dhtc_drv_main.c462 aggr.tidno = tid & 0xf;

Completed in 144 milliseconds