Home
last modified time | relevance | path

Searched refs:bfs_tx_queue (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_tx.c433 , bf->bf_state.bfs_tx_queue in ath_tx_chaindesclist()
709 if (bf->bf_state.bfs_tx_queue != sc->sc_cabq->axq_qnum) { in ath_tx_handoff_mcast()
712 __func__, bf, bf->bf_state.bfs_tx_queue, in ath_tx_handoff_mcast()
864 if (bf->bf_state.bfs_tx_queue != txq->axq_qnum) { in ath_tx_handoff_hw()
867 __func__, bf, bf->bf_state.bfs_tx_queue, in ath_tx_handoff_hw()
2004 bf->bf_state.bfs_tx_queue = txq->axq_qnum; in ath_tx_start()
2023 bf->bf_state.bfs_tx_queue = sc->sc_cabq->axq_qnum; in ath_tx_start()
2331 bf->bf_state.bfs_tx_queue = sc->sc_ac2q[pri]->axq_qnum; in ath_tx_raw_start()
3158 bf->bf_state.bfs_tx_queue = txq->axq_qnum; in ath_tx_swq()
H A Dif_ath.c4506 if (txq->axq_qnum != bf->bf_state.bfs_tx_queue) { in ath_tx_processq()
4512 bf->bf_state.bfs_tx_queue); in ath_tx_processq()
4514 if (txq->axq_qnum != bf->bf_last->bf_state.bfs_tx_queue) { in ath_tx_processq()
4520 bf->bf_last->bf_state.bfs_tx_queue); in ath_tx_processq()
4860 txq = &sc->sc_txq[bf->bf_state.bfs_tx_queue]; in ath_txq_addholdingbuf()
4868 if (bf->bf_state.bfs_tx_queue > HAL_NUM_TX_QUEUES) { in ath_txq_addholdingbuf()
4872 bf->bf_state.bfs_tx_queue); in ath_txq_addholdingbuf()
4903 txq = &sc->sc_txq[bf->bf_state.bfs_tx_queue]; in ath_freebuf()
H A Dif_athvar.h267 uint8_t bfs_tx_queue; /* destination hardware TX queue */ member