Searched refs:ah_txUrnInterruptMask (Results 1 – 2 of 2) sorted by relevance
40 ahp->ah_txEolInterruptMask, ahp->ah_txUrnInterruptMask)); in ath9k_hw_set_txq_interrupts()49 AR_IMR_S2_QCU_TXURN, ahp->ah_txUrnInterruptMask); in ath9k_hw_set_txq_interrupts()778 ahp->ah_txUrnInterruptMask &= ~(1 << q); in ath9k_hw_releasetxqueue()938 ahp->ah_txUrnInterruptMask |= 1 << q; in ath9k_hw_resettxqueue()940 ahp->ah_txUrnInterruptMask &= ~(1 << q); in ath9k_hw_resettxqueue()
849 uint32_t ah_txUrnInterruptMask; member