Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/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.h353 u_int axq_flags; member
H A Dif_ath.c5103 txq->axq_flags, in ath_tx_stopdma()
5109 txq->axq_flags &= ~ATH_TXQ_PUTRUNNING; in ath_tx_stopdma()