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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dbeacon.c33 ath9k_hw_get_txq_props(ah, sc->beacon.beaconq, &qi);
48 if (!ath9k_hw_set_txq_props(ah, sc->beacon.beaconq, &qi)) {
53 ath9k_hw_resettxqueue(ah, sc->beacon.beaconq);
96 sc->beacon.beaconq);
353 if (ath9k_hw_numtxpending(ah, sc->beacon.beaconq) != 0) {
442 if (!ath9k_hw_stoptxdma(ah, sc->beacon.beaconq)) {
444 "beacon queue %u did not stop?\n", sc->beacon.beaconq);
448 ath9k_hw_puttxbuf(ah, sc->beacon.beaconq, bfaddr);
449 ath9k_hw_txstart(ah, sc->beacon.beaconq);
H A Dhtc_drv_beacon.c232 if (!ath9k_hw_set_txq_props(ah, priv->beaconq, &qi)) {
236 ath9k_hw_resettxqueue(ah, priv->beaconq);
H A Dhtc.h389 int beaconq; member in struct:ath9k_htc_priv
H A Dmain.c1485 ath9k_hw_stoptxdma(sc->sc_ah, sc->beacon.beaconq);
1860 ath9k_hw_stoptxdma(sc->sc_ah, sc->beacon.beaconq);
1887 ath9k_hw_stoptxdma(sc->sc_ah, sc->beacon.beaconq);
1897 ath9k_hw_stoptxdma(sc->sc_ah, sc->beacon.beaconq);
H A Dhtc_drv_init.c508 priv->beaconq = ath9k_hw_beaconq_setup(priv->ah);
509 if (priv->beaconq == -1) {
H A Dinit.c427 sc->beacon.beaconq = ath9k_hw_beaconq_setup(sc->sc_ah);
428 if (sc->beacon.beaconq == -1) {
H A Dath9k.h397 u32 beaconq; member in struct:ath_beacon
H A Dxmit.c979 if (qnum == sc->beacon.beaconq) {
1140 ath9k_hw_stoptxdma(sc->sc_ah, sc->beacon.beaconq);
2242 if (txs.qid == sc->beacon.beaconq)

Completed in 137 milliseconds