Searched refs:queue_to_head (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_tx.h102 struct ath_txq *txq, int queue_to_head, struct ath_buf *bf);
H A Dif_ath_tx.c1445 struct mbuf *m0, int *queue_to_head)
1455 (*queue_to_head) = 0;
1470 (*queue_to_head) = 1;
1918 int queue_to_head; local
2114 &queue_to_head)) {
2115 ath_tx_swq(sc, ni, txq, queue_to_head, bf);
2157 int queue_to_head; local
2393 &queue_to_head)) {
2395 ath_tx_swq(sc, ni, sc->sc_ac2q[pri], queue_to_head, bf);
3138 struct ath_txq *txq, int queue_to_head, struc
1444 ath_tx_should_swq_frame(struct ath_softc *sc, struct ath_node *an, struct mbuf *m0, int *queue_to_head) argument
3137 ath_tx_swq(struct ath_softc *sc, struct ieee80211_node *ni, struct ath_txq *txq, int queue_to_head, struct ath_buf *bf) argument
[all...]

Completed in 94 milliseconds