Home
last modified time | relevance | path

Searched refs:ath9k_hw_stoptxdma (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_beacon.c138 if (!ath9k_hw_stoptxdma(ah, sc->sc_beaconq)) { in arn_beacon_start_adhoc()
H A Darn_main.c1429 (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()
H A Darn_xmit.c1487 (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()
H A Darn_ath9k.h1040 boolean_t ath9k_hw_stoptxdma(struct ath_hal *ah, uint32_t q);
H A Darn_mac.c198 ath9k_hw_stoptxdma(struct ath_hal *ah, uint32_t q) in ath9k_hw_stoptxdma() function