Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_tdma.c669 (! ath_hal_stoptxdma(ah, sc->sc_bhalq))) { in ath_tdma_beacon_send()
H A Dif_ath_beacon.c552 if (!ath_hal_stoptxdma(ah, sc->sc_bhalq)) { in ath_beacon_proc()
H A Dif_ath.c5107 (void) ath_hal_stoptxdma(ah, txq->axq_qnum); in ath_tx_stopdma()
5137 (void) ath_hal_stoptxdma(ah, sc->sc_bhalq); in ath_stoptxdma()
6038 ath_hal_stoptxdma(ah, sc->sc_bhalq); in ath_newstate()
H A Dif_athvar.h1160 #define ath_hal_stoptxdma(_ah, _qnum) \ macro