Searched refs:tid_q (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | xmit.c | 939 struct ath_buf *bf_first, struct sk_buff_head *tid_q, in ath_tx_form_aggr() argument 991 __skb_unlink(skb, tid_q); in ath_tx_form_aggr() 998 bf = ath_tx_get_tid_subframe(sc, txq, tid, &tid_q); in ath_tx_form_aggr() 1394 struct ath_buf *bf_first, struct sk_buff_head *tid_q) in ath_tx_form_burst() argument 1405 __skb_unlink(skb, tid_q); in ath_tx_form_burst() 1414 bf = ath_tx_get_tid_subframe(sc, txq, tid, &tid_q); in ath_tx_form_burst() 1431 struct sk_buff_head *tid_q; in ath_tx_sched_aggr() local 1441 bf = ath_tx_get_tid_subframe(sc, txq, tid, &tid_q); in ath_tx_sched_aggr() 1456 tid_q, &aggr_len); in ath_tx_sched_aggr() 1458 ath_tx_form_burst(sc, txq, tid, &bf_q, bf, tid_q); in ath_tx_sched_aggr() [all …]
|