Searched refs:tidno (Results 1 – 6 of 6) sorted by relevance
/drivers/net/wireless/ath/ath9k/ |
D | debug_sta.c | 33 int tidno; in read_file_node_aggr() local 55 for (tidno = 0, tid = &an->tid[tidno]; in read_file_node_aggr() 56 tidno < IEEE80211_NUM_TIDS; tidno++, tid++) { in read_file_node_aggr() 62 tid->tidno, in read_file_node_aggr()
|
D | xmit.c | 135 list = &ctx->acq[TID_TO_WME_AC(tid->tidno)]; in ath_tx_queue_tid() 153 ieee80211_send_bar(tid->an->vif, tid->an->sta->addr, tid->tidno, in ath_send_bar() 191 u8 tidno = skb->priority & IEEE80211_QOS_CTL_TID_MASK; in ath_get_skb_tid() local 192 return ATH_AN_2_TID(an, tidno); in ath_get_skb_tid() 508 if (isba && tid->tidno != ts->tid) in ath_tx_complete_aggr() 642 ieee80211_sta_set_buffered(sta, tid->tidno, true); in ath_tx_complete_aggr() 1564 int tidno; in ath_tx_aggr_sleep() local 1568 for (tidno = 0, tid = &an->tid[tidno]; in ath_tx_aggr_sleep() 1569 tidno < IEEE80211_NUM_TIDS; tidno++, tid++) { in ath_tx_aggr_sleep() 1586 ieee80211_sta_set_buffered(sta, tidno, buffered); in ath_tx_aggr_sleep() [all …]
|
D | htc.h | 77 u8 tidno; member 88 u8 tidno; member 136 u8 tidno; member
|
D | htc_drv_txrx.c | 245 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()
|
D | ath9k.h | 243 u8 tidno; member
|
D | htc_drv_main.c | 721 aggr.tidno = tid & 0xf; in ath9k_htc_tx_aggr_oper()
|