Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/ath/
HDif_ath_beacon.c646 cabq->axq_flags |= ATH_TXQ_PUTRUNNING; in ath_beacon_cabq_start_edma()
666 cabq->axq_flags |= ATH_TXQ_PUTRUNNING; in ath_beacon_cabq_start_legacy()
HDif_ath_tx.c829 if (! (txq->axq_flags & ATH_TXQ_PUTRUNNING)) { in ath_tx_handoff_hw()
831 txq->axq_flags |= ATH_TXQ_PUTRUNNING; in ath_tx_handoff_hw()
926 KASSERT((!(txq->axq_flags & ATH_TXQ_PUTRUNNING)), in ath_legacy_tx_dma_restart()
932 txq->axq_flags |= ATH_TXQ_PUTRUNNING; in ath_legacy_tx_dma_restart()
HDif_athvar.h349 u_int axq_flags; member
HDif_ath.c4915 txq->axq_flags, in ath_tx_stopdma()
4921 txq->axq_flags &= ~ATH_TXQ_PUTRUNNING; in ath_tx_stopdma()