Searched refs:tid_q (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | xmit.c | 121 list_add_tail(&tid->list, &ac->tid_q); in ath_tx_queue_tid() 950 struct ath_buf *bf_first, struct sk_buff_head *tid_q, in ath_tx_form_aggr() argument 1002 __skb_unlink(skb, tid_q); in ath_tx_form_aggr() 1009 bf = ath_tx_get_tid_subframe(sc, txq, tid, &tid_q); in ath_tx_form_aggr() 1405 struct ath_buf *bf_first, struct sk_buff_head *tid_q) in ath_tx_form_burst() argument 1416 __skb_unlink(skb, tid_q); in ath_tx_form_burst() 1425 bf = ath_tx_get_tid_subframe(sc, txq, tid, &tid_q); in ath_tx_form_burst() 1442 struct sk_buff_head *tid_q; in ath_tx_sched_aggr() local 1452 bf = ath_tx_get_tid_subframe(sc, txq, tid, &tid_q); in ath_tx_sched_aggr() 1467 tid_q, &aggr_len); in ath_tx_sched_aggr() [all …]
|
D | ath9k.h | 178 struct list_head tid_q; member
|