Lines Matching refs:tid_q
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()
1614 struct sk_buff_head *tid_q; in ath9k_release_buffered_frames() local
1629 bf = ath_tx_get_tid_subframe(sc, sc->tx.uapsdq, tid, &tid_q); in ath9k_release_buffered_frames()
1633 __skb_unlink(bf->bf_mpdu, tid_q); in ath9k_release_buffered_frames()