Home
last modified time | relevance | path

Searched refs:ATH_TXQ_PUTRUNNING (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/ath/
H A Dif_ath_beacon.c652 cabq->axq_flags |= ATH_TXQ_PUTRUNNING; in ath_beacon_cabq_start_edma()
672 cabq->axq_flags |= ATH_TXQ_PUTRUNNING; in ath_beacon_cabq_start_legacy()
H A Dif_ath_tx.c842 if (! (txq->axq_flags & ATH_TXQ_PUTRUNNING)) { in ath_tx_handoff_hw()
844 txq->axq_flags |= ATH_TXQ_PUTRUNNING; in ath_tx_handoff_hw()
939 KASSERT((!(txq->axq_flags & ATH_TXQ_PUTRUNNING)), in ath_legacy_tx_dma_restart()
945 txq->axq_flags |= ATH_TXQ_PUTRUNNING; in ath_legacy_tx_dma_restart()
H A Dif_athvar.h355 #define ATH_TXQ_PUTRUNNING 0x0002 /* ath_hal_puttxbuf has been called */ macro
H A Dif_ath.c5101 txq->axq_flags &= ~ATH_TXQ_PUTRUNNING; in ath_tx_stopdma()