Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/ath/
HDif_ath_beacon.c650 cabq->axq_flags |= ATH_TXQ_PUTRUNNING; in ath_beacon_cabq_start_edma()
670 cabq->axq_flags |= ATH_TXQ_PUTRUNNING; in ath_beacon_cabq_start_legacy()
HDif_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()
HDif_athvar.h354 #define ATH_TXQ_PUTRUNNING 0x0002 /* ath_hal_puttxbuf has been called */ macro
HDif_ath.c5047 txq->axq_flags &= ~ATH_TXQ_PUTRUNNING; in ath_tx_stopdma()