Searched refs:queue_to_head (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/sys/dev/ath/ |
| H A D | if_ath_tx.h | 102 struct ath_txq *txq, int queue_to_head, struct ath_buf *bf);
|
| H A D | if_ath_tx.c | 1445 struct mbuf *m0, int *queue_to_head) in ath_tx_should_swq_frame() argument 1455 (*queue_to_head) = 0; in ath_tx_should_swq_frame() 1470 (*queue_to_head) = 1; in ath_tx_should_swq_frame() 1918 int queue_to_head; in ath_tx_start() local 2114 &queue_to_head)) { in ath_tx_start() 2115 ath_tx_swq(sc, ni, txq, queue_to_head, bf); in ath_tx_start() 2157 int queue_to_head; in ath_tx_raw_start() local 2393 &queue_to_head)) { in ath_tx_raw_start() 2395 ath_tx_swq(sc, ni, sc->sc_ac2q[pri], queue_to_head, bf); in ath_tx_raw_start() 3138 struct ath_txq *txq, int queue_to_head, struct ath_buf *bf) in ath_tx_swq() argument [all …]
|