Home
last modified time | relevance | path

Searched refs:ATH9K_TX_QUEUE_CAB (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/ath/ath9k/
H A Dmac.c304 case ATH9K_TX_QUEUE_CAB: in ath9k_hw_setuptxqueue()
417 if (qi->tqi_readyTime && (qi->tqi_type != ATH9K_TX_QUEUE_CAB)) { in ath9k_hw_resettxqueue()
468 case ATH9K_TX_QUEUE_CAB: in ath9k_hw_resettxqueue()
H A Dmac.h587 ATH9K_TX_QUEUE_CAB, enumerator
H A Dinit.c411 sc->beacon.cabq = ath_txq_setup(sc, ATH9K_TX_QUEUE_CAB, 0); in ath9k_init_queues()
H A Dhtc_drv_txrx.c858 return ath9k_hw_setuptxqueue(priv->ah, ATH9K_TX_QUEUE_CAB, &qi); in ath9k_htc_cabq_setup()