Searched refs:txok_interrupt_mask (Results 1 – 2 of 2) sorted by relevance
25 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()
701 u32 txok_interrupt_mask; member