Lines Matching refs:queue_to_head
1442 struct mbuf *m0, int *queue_to_head) in ath_tx_should_swq_frame() argument
1452 (*queue_to_head) = 0; in ath_tx_should_swq_frame()
1467 (*queue_to_head) = 1; in ath_tx_should_swq_frame()
1915 int queue_to_head; in ath_tx_start() local
2111 &queue_to_head)) { in ath_tx_start()
2112 ath_tx_swq(sc, ni, txq, queue_to_head, bf); in ath_tx_start()
2154 int queue_to_head; in ath_tx_raw_start() local
2390 &queue_to_head)) { in ath_tx_raw_start()
2392 ath_tx_swq(sc, ni, sc->sc_ac2q[pri], queue_to_head, bf); in ath_tx_raw_start()
3116 struct ath_txq *txq, int queue_to_head, struct ath_buf *bf) in ath_tx_swq() argument
3157 if (queue_to_head) in ath_tx_swq()