Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/ath/ath9k/
Dmac.c27 ah->txdesc_interrupt_mask, ah->txeol_interrupt_mask, in ath9k_hw_set_txq_interrupts()
37 | SM(ah->txeol_interrupt_mask, AR_IMR_S1_QCU_TXEOL)); in ath9k_hw_set_txq_interrupts()
342 ah->txeol_interrupt_mask &= ~(1 << q); in ath9k_hw_clear_queue_interrupts()
515 ah->txeol_interrupt_mask |= 1 << q; in ath9k_hw_resettxqueue()
943 if (ah->txeol_interrupt_mask) in ath9k_hw_set_interrupts()
Dhw.h830 u32 txeol_interrupt_mask; member