Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath/
HDif_ath_tdma.c670 (! ath_hal_stoptxdma(ah, sc->sc_bhalq))) { in ath_tdma_beacon_send()
HDif_ath_beacon.c555 if (!ath_hal_stoptxdma(ah, sc->sc_bhalq)) { in ath_beacon_proc()
HDif_ath.c5052 (void) ath_hal_stoptxdma(ah, txq->axq_qnum);
5082 (void) ath_hal_stoptxdma(ah, sc->sc_bhalq);
5769 ath_hal_stoptxdma(ah, sc->sc_bhalq);
HDif_athvar.h1173 #define ath_hal_stoptxdma(_ah, _qnum) \ macro