Home
last modified time | relevance | path

Searched refs:beaconq (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/drivers/net/wireless/ath/ath9k/
Dbeacon.c40 ath9k_hw_get_txq_props(ah, sc->beacon.beaconq, &qi); in ath_beaconq_config()
55 if (!ath9k_hw_set_txq_props(ah, sc->beacon.beaconq, &qi)) { in ath_beaconq_config()
60 ath9k_hw_resettxqueue(ah, sc->beacon.beaconq); in ath_beaconq_config()
102 info.qcu = sc->beacon.beaconq; in ath_beacon_setup()
370 if (ath9k_hw_numtxpending(ah, sc->beacon.beaconq) != 0) { in ath_beacon_tasklet()
377 ath9k_hw_stop_dma_queue(ah, sc->beacon.beaconq); in ath_beacon_tasklet()
459 ath9k_hw_puttxbuf(ah, sc->beacon.beaconq, bfaddr); in ath_beacon_tasklet()
462 ath9k_hw_txstart(ah, sc->beacon.beaconq); in ath_beacon_tasklet()
823 ath9k_hw_stop_dma_queue(ah, sc->beacon.beaconq); in ath9k_set_beaconing_status()
Dhtc_drv_beacon.c29 ath9k_hw_get_txq_props(ah, priv->beaconq, &qi); in ath9k_htc_beaconq_config()
56 if (!ath9k_hw_set_txq_props(ah, priv->beaconq, &qi)) { in ath9k_htc_beaconq_config()
58 "Unable to update beacon queue %u!\n", priv->beaconq); in ath9k_htc_beaconq_config()
60 ath9k_hw_resettxqueue(ah, priv->beaconq); in ath9k_htc_beaconq_config()
Dhtc_drv_init.c534 priv->beaconq = ath9k_hw_beaconq_setup(priv->ah); in ath9k_init_queues()
535 if (priv->beaconq == -1) { in ath9k_init_queues()
Dhtc.h495 int beaconq; member
Dath9k.h390 u32 beaconq; member
Dinit.c426 sc->beacon.beaconq = ath9k_hw_beaconq_setup(sc->sc_ah); in ath9k_init_queues()
Dxmit.c1411 if (qnum == sc->beacon.beaconq) { in ath_txq_update()
2327 if (ts.qid == sc->beacon.beaconq) { in ath_tx_edma_tasklet()
Dmain.c700 if (ath9k_hw_numtxpending(ah, sc->beacon.beaconq) != 0 && in ath9k_tasklet()