Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Ddebug_sta.c34 int tidno, acno; in read_file_node_aggr() local
69 for (tidno = 0, tid = &an->tid[tidno]; in read_file_node_aggr()
70 tidno < IEEE80211_NUM_TIDS; tidno++, tid++) { in read_file_node_aggr()
76 tid->tidno, in read_file_node_aggr()
Dxmit.c128 list = &ctx->acq[TID_TO_WME_AC(tid->tidno)]; in ath_tx_queue_tid()
145 ieee80211_send_bar(tid->an->vif, tid->an->sta->addr, tid->tidno, in ath_send_bar()
183 u8 tidno = skb->priority & IEEE80211_QOS_CTL_TID_MASK; in ath_get_skb_tid() local
184 return ATH_AN_2_TID(an, tidno); in ath_get_skb_tid()
507 if (isba && tid->tidno != ts->tid) in ath_tx_complete_aggr()
640 ieee80211_sta_set_buffered(sta, tid->tidno, true); in ath_tx_complete_aggr()
1544 int tidno; in ath_tx_aggr_sleep() local
1546 for (tidno = 0, tid = &an->tid[tidno]; in ath_tx_aggr_sleep()
1547 tidno < IEEE80211_NUM_TIDS; tidno++, tid++) { in ath_tx_aggr_sleep()
1571 ieee80211_sta_set_buffered(sta, tidno, buffered); in ath_tx_aggr_sleep()
[all …]
Dhtc.h77 u8 tidno; member
88 u8 tidno; member
136 u8 tidno; member
Dhtc_drv_txrx.c245 mgmt_hdr.tidno = 0; in ath9k_htc_tx_mgmt()
302 tx_hdr.tidno = qc[0] & IEEE80211_QOS_CTL_TID_MASK; in ath9k_htc_tx_data()
Dath9k.h250 u8 tidno; member
Dhtc_drv_main.c724 aggr.tidno = tid & 0xf; in ath9k_htc_tx_aggr_oper()