Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ath/ath9k/
Dmac.c26 ah->txok_interrupt_mask, ah->txerr_interrupt_mask, in ath9k_hw_set_txq_interrupts()
33 SM(ah->txok_interrupt_mask, AR_IMR_S0_QCU_TXOK) in ath9k_hw_set_txq_interrupts()
339 ah->txok_interrupt_mask &= ~(1 << q); in ath9k_hw_clear_queue_interrupts()
509 ah->txok_interrupt_mask |= 1 << q; in ath9k_hw_resettxqueue()
936 if (ah->txok_interrupt_mask) in ath9k_hw_set_interrupts()
Dhw.h827 u32 txok_interrupt_mask; member