Home
last modified time | relevance | path

Searched refs:ah_txEolInterruptMask (Results 1 – 10 of 10) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/external/isc/atheros_hal/dist/ar5211/
H A Dar5211_xmit.c178 , ahp->ah_txEolInterruptMask in setTxQInterrupts()
188 | SM(ahp->ah_txEolInterruptMask, AR_IMR_S1_QCU_TXEOL) in setTxQInterrupts()
222 ahp->ah_txEolInterruptMask &= ~(1 << q); in ar5211ReleaseTxQueue()
386 ahp->ah_txEolInterruptMask |= 1 << q; in ar5211ResetTxQueue()
388 ahp->ah_txEolInterruptMask &= ~(1 << q); in ar5211ResetTxQueue()
H A Dar5211_interrupts.c135 if (ahp->ah_txEolInterruptMask) in ar5211SetInterrupts()
H A Dar5211.h119 uint32_t ah_txEolInterruptMask; member
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_xmit.c211 ahp->ah_txDescInterruptMask, ahp->ah_txEolInterruptMask, in setTxQInterrupts()
220 | SM(ahp->ah_txEolInterruptMask, AR_IMR_S1_QCU_TXEOL) in setTxQInterrupts()
254 ahp->ah_txEolInterruptMask &= ~(1 << q); in ar5212ReleaseTxQueue()
473 ahp->ah_txEolInterruptMask |= 1 << q; in ar5212ResetTxQueue()
475 ahp->ah_txEolInterruptMask &= ~(1 << q); in ar5212ResetTxQueue()
H A Dar5212_interrupts.c163 if (ahp->ah_txEolInterruptMask) in ar5212SetInterrupts()
H A Dar5212.h267 uint32_t ah_txEolInterruptMask; member
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/isc/atheros_hal/dist/ar5210/
H A Dar5210_xmit.c146 ahp->ah_txEolInterruptMask &= ~(1 << q); in ar5210ReleaseTxQueue()
241 ahp->ah_txEolInterruptMask |= 1 << q; in ar5210ResetTxQueue()
243 ahp->ah_txEolInterruptMask &= ~(1 << q); in ar5210ResetTxQueue()
H A Dar5210_interrupts.c118 if (ahp->ah_txEolInterruptMask) in ar5210SetInterrupts()
H A Dar5210.h109 uint32_t ah_txEolInterruptMask; member
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar5416_interrupts.c205 if (ahp->ah_txEolInterruptMask) in ar5416SetInterrupts()