Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/wireless/ath/ath9k/
Dmac.c25 ah->txok_interrupt_mask, ah->txerr_interrupt_mask, in ath9k_hw_set_txq_interrupts()
32 SM(ah->txok_interrupt_mask, AR_IMR_S0_QCU_TXOK) in ath9k_hw_set_txq_interrupts()
404 ah->txok_interrupt_mask &= ~(1 << q); in ath9k_hw_releasetxqueue()
577 ah->txok_interrupt_mask |= 1 << q; in ath9k_hw_resettxqueue()
579 ah->txok_interrupt_mask &= ~(1 << q); in ath9k_hw_resettxqueue()
900 if (ah->txok_interrupt_mask) in ath9k_hw_set_interrupts()
Dhw.h701 u32 txok_interrupt_mask; member