Searched refs:ath9k_hw_stoptxdma (Results 1 – 5 of 5) sorted by relevance
138 if (!ath9k_hw_stoptxdma(ah, sc->sc_beaconq)) { in arn_beacon_start_adhoc()
1429 (void) ath9k_hw_stoptxdma(ah, sc->sc_beaconq); in arn_newstate()1507 (void) ath9k_hw_stoptxdma(ah, sc->sc_beaconq); in arn_newstate()3430 (void) ath9k_hw_stoptxdma(ah, sc->sc_txq[i].axq_qnum); in arn_quiesce()
1487 (void) ath9k_hw_stoptxdma(ah, txq->axq_qnum); in arn_tx_stopdma()1685 (void) ath9k_hw_stoptxdma(sc->sc_ah, sc->sc_beaconq); in arn_draintxq()
1040 boolean_t ath9k_hw_stoptxdma(struct ath_hal *ah, uint32_t q);
198 ath9k_hw_stoptxdma(struct ath_hal *ah, uint32_t q) in ath9k_hw_stoptxdma() function