Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dxmit.c2708 u32 qcumask = ((1 << ATH9K_NUM_TX_QUEUES) - 1) & ah->intr_txqs; in ath_tx_tasklet() local
2713 if (ATH_TXQ_SETUP(sc, i) && (qcumask & (1 << i))) in ath_tx_tasklet()