Home
last modified time | relevance | path

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

/trueos/sys/dev/ath/
HDif_ath_tdma.c664 (! ath_hal_stoptxdma(ah, sc->sc_bhalq))) { in ath_tdma_beacon_send()
HDif_ath_beacon.c545 if (!ath_hal_stoptxdma(ah, sc->sc_bhalq)) { in ath_beacon_proc()
HDif_ath.c4736 (void) ath_hal_stoptxdma(ah, txq->axq_qnum); in ath_tx_stopdma()
4766 (void) ath_hal_stoptxdma(ah, sc->sc_bhalq); in ath_stoptxdma()
5396 ath_hal_stoptxdma(ah, sc->sc_bhalq); in ath_newstate()
HDif_athvar.h1109 #define ath_hal_stoptxdma(_ah, _qnum) \ macro