Home
last modified time | relevance | path

Searched refs:ah_intrTxqs (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_interrupts.c90 ahp->ah_intrTxqs |= MS(isr0, AR_ISR_S0_QCU_TXOK); in ar5212GetPendingInterrupts()
91 ahp->ah_intrTxqs |= MS(isr0, AR_ISR_S0_QCU_TXDESC); in ar5212GetPendingInterrupts()
93 ahp->ah_intrTxqs |= MS(isr1, AR_ISR_S1_QCU_TXERR); in ar5212GetPendingInterrupts()
94 ahp->ah_intrTxqs |= MS(isr1, AR_ISR_S1_QCU_TXEOL); in ar5212GetPendingInterrupts()
H A Dar5212_xmit.c954 *txqs &= ahp->ah_intrTxqs; in ar5212GetTxIntrQueue()
955 ahp->ah_intrTxqs &= ~(*txqs); in ar5212GetTxIntrQueue()
H A Dar5212.h272 uint32_t ah_intrTxqs; /* tx q interrupt state */ member
H A Dar5212_reset.c559 ahp->ah_intrTxqs = 0; in ar5212Reset()
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_interrupts.c192 ahp->ah_intrTxqs |= MS(isr0, AR_ISR_S0_QCU_TXOK); in ar5416GetPendingInterrupts()
193 ahp->ah_intrTxqs |= MS(isr0, AR_ISR_S0_QCU_TXDESC); in ar5416GetPendingInterrupts()
194 ahp->ah_intrTxqs |= MS(isr1, AR_ISR_S1_QCU_TXERR); in ar5416GetPendingInterrupts()
195 ahp->ah_intrTxqs |= MS(isr1, AR_ISR_S1_QCU_TXEOL); in ar5416GetPendingInterrupts()
H A Dar5416_reset.c328 ahp->ah_intrTxqs = 0; in ar5416Reset()
/freebsd/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_reset.c483 ahp->ah_intrTxqs = 0; in ar5312Reset()