Searched refs:ah_txOkInterruptMask (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_interrupts.c112 if (ahp->ah_txOkInterruptMask)
H A Dar5210_xmit.c143 ahp->ah_txOkInterruptMask &= ~(1 << q);
229 ahp->ah_txOkInterruptMask |= 1 << q;
231 ahp->ah_txOkInterruptMask &= ~(1 << q);
H A Dar5210.h106 uint32_t ah_txOkInterruptMask; member in struct:ath_hal_5210
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_interrupts.c129 if (ahp->ah_txOkInterruptMask)
H A Dar5211_xmit.c175 , ahp->ah_txOkInterruptMask
183 SM(ahp->ah_txOkInterruptMask, AR_IMR_S0_QCU_TXOK)
219 ahp->ah_txOkInterruptMask &= ~(1 << q);
375 ahp->ah_txOkInterruptMask |= 1 << q;
377 ahp->ah_txOkInterruptMask &= ~(1 << q);
H A Dar5211.h116 uint32_t ah_txOkInterruptMask; member in struct:ath_hal_5211
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_interrupts.c156 if (ahp->ah_txOkInterruptMask)
H A Dar5212_xmit.c211 ahp->ah_txOkInterruptMask, ahp->ah_txErrInterruptMask,
216 SM(ahp->ah_txOkInterruptMask, AR_IMR_S0_QCU_TXOK)
252 ahp->ah_txOkInterruptMask &= ~(1 << q);
486 ahp->ah_txOkInterruptMask |= 1 << q;
488 ahp->ah_txOkInterruptMask &= ~(1 << q);
H A Dar5212.h266 uint32_t ah_txOkInterruptMask; member in struct:ath_hal_5212
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_interrupts.c302 if (ahp->ah_txOkInterruptMask)
H A Dar5416_xmit.c1222 ahp->ah_txOkInterruptMask, ahp->ah_txErrInterruptMask,
1227 SM(ahp->ah_txOkInterruptMask, AR_IMR_S0_QCU_TXOK)
1477 ahp->ah_txOkInterruptMask |= 1 << q;
1479 ahp->ah_txOkInterruptMask &= ~(1 << q);

Completed in 144 milliseconds