Searched refs:bfs_tx_queue (Results 1 – 3 of 3) sorted by relevance
435 , bf->bf_state.bfs_tx_queue in ath_tx_chaindesclist()711 if (bf->bf_state.bfs_tx_queue != sc->sc_cabq->axq_qnum) { in ath_tx_handoff_mcast()714 __func__, bf, bf->bf_state.bfs_tx_queue, in ath_tx_handoff_mcast()866 if (bf->bf_state.bfs_tx_queue != txq->axq_qnum) { in ath_tx_handoff_hw()869 __func__, bf, bf->bf_state.bfs_tx_queue, in ath_tx_handoff_hw()2003 bf->bf_state.bfs_tx_queue = txq->axq_qnum; in ath_tx_start()2022 bf->bf_state.bfs_tx_queue = sc->sc_cabq->axq_qnum; in ath_tx_start()2330 bf->bf_state.bfs_tx_queue = sc->sc_ac2q[pri]->axq_qnum; in ath_tx_raw_start()3160 bf->bf_state.bfs_tx_queue = txq->axq_qnum; in ath_tx_swq()
4443 if (txq->axq_qnum != bf->bf_state.bfs_tx_queue) { in ath_tx_processq()4449 bf->bf_state.bfs_tx_queue); in ath_tx_processq()4451 if (txq->axq_qnum != bf->bf_last->bf_state.bfs_tx_queue) { in ath_tx_processq()4457 bf->bf_last->bf_state.bfs_tx_queue); in ath_tx_processq()4795 txq = &sc->sc_txq[bf->bf_state.bfs_tx_queue]; in ath_txq_addholdingbuf()4803 if (bf->bf_state.bfs_tx_queue > HAL_NUM_TX_QUEUES) { in ath_txq_addholdingbuf()4807 bf->bf_state.bfs_tx_queue); in ath_txq_addholdingbuf()4838 txq = &sc->sc_txq[bf->bf_state.bfs_tx_queue]; in ath_freebuf()
267 uint8_t bfs_tx_queue; /* destination hardware TX queue */ member