Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_init.c552 priv->beacon.beaconq = ath9k_hw_beaconq_setup(priv->ah); in ath9k_init_queues()
553 if (priv->beacon.beaconq == -1) { in ath9k_init_queues()
H A Dhtc.h418 u32 beaconq; member
H A Dath9k.h704 u32 beaconq; member
H A Dinit.c409 sc->beacon.beaconq = ath9k_hw_beaconq_setup(sc->sc_ah); in ath9k_init_queues()
H A Dxmit.c2736 if (ts.qid == sc->beacon.beaconq) { in ath_tx_edma_tasklet()