Home
last modified time | relevance | path

Searched refs:ath_hal_stoptxdma (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/sys/dev/ath/
Dif_ath.c2528 if (!ath_hal_stoptxdma(ah, sc->sc_bhalq)) { in ath_beacon_proc()
4377 (void) ath_hal_stoptxdma(ah, txq->axq_qnum); in ath_tx_stopdma()
4397 (void) ath_hal_stoptxdma(ah, sc->sc_bhalq); in ath_draintxq()
4877 ath_hal_stoptxdma(ah, sc->sc_bhalq); in ath_newstate()
5810 if (!ath_hal_stoptxdma(ah, sc->sc_bhalq)) { in ath_tdma_beacon_send()
Dif_athvar.h494 #define ath_hal_stoptxdma(_ah, _qnum) \ macro