Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dmac.c26 ah->txok_interrupt_mask, ah->txerr_interrupt_mask, in ath9k_hw_set_txq_interrupts()
36 SM(ah->txerr_interrupt_mask, AR_IMR_S1_QCU_TXERR) in ath9k_hw_set_txq_interrupts()
340 ah->txerr_interrupt_mask &= ~(1 << q); in ath9k_hw_clear_queue_interrupts()
510 ah->txerr_interrupt_mask |= 1 << q; in ath9k_hw_resettxqueue()
941 if (ah->txerr_interrupt_mask) in ath9k_hw_set_interrupts()
H A Dhw.h828 u32 txerr_interrupt_mask; member