Lines Matching refs:ahp

34 	struct ath_hal_5416 *ahp = AH5416(ah);
38 __func__, ahp->ah_txOkInterruptMask,
39 ahp->ah_txErrInterruptMask, ahp->ah_txDescInterruptMask,
40 ahp->ah_txEolInterruptMask, ahp->ah_txUrnInterruptMask));
43 SM(ahp->ah_txOkInterruptMask, AR_IMR_S0_QCU_TXOK) |
44 SM(ahp->ah_txDescInterruptMask, AR_IMR_S0_QCU_TXDESC));
46 SM(ahp->ah_txErrInterruptMask, AR_IMR_S1_QCU_TXERR)|
47 SM(ahp->ah_txEolInterruptMask, AR_IMR_S1_QCU_TXEOL));
49 AR_IMR_S2_QCU_TXURN, ahp->ah_txUrnInterruptMask);
168 struct ath_hal_5416 *ahp = AH5416(ah);
176 ahp->ah_maskReg & ~ATH9K_INT_GLOBAL);
393 struct ath_hal_5416 *ahp = AH5416(ah);
395 txPower += ahp->ah_txPowerIndexOffset;
560 struct ath_hal_5416 *ahp = AH5416(ah);
562 *txqs &= ahp->ah_intrTxqs;
563 ahp->ah_intrTxqs &= ~(*txqs);
571 struct ath_hal_5416 *ahp = AH5416(ah);
581 qi = &ahp->ah_txq[q];
642 struct ath_hal_5416 *ahp = AH5416(ah);
652 qi = &ahp->ah_txq[q];
681 struct ath_hal_5416 *ahp = AH5416(ah);
701 if (ahp->ah_txq[q].tqi_type ==
722 qi = &ahp->ah_txq[q];
753 struct ath_hal_5416 *ahp = AH5416(ah);
762 qi = &ahp->ah_txq[q];
774 ahp->ah_txOkInterruptMask &= ~(1 << q);
775 ahp->ah_txErrInterruptMask &= ~(1 << q);
776 ahp->ah_txDescInterruptMask &= ~(1 << q);
777 ahp->ah_txEolInterruptMask &= ~(1 << q);
778 ahp->ah_txUrnInterruptMask &= ~(1 << q);
787 struct ath_hal_5416 *ahp = AH5416(ah);
800 qi = &ahp->ah_txq[q];
922 ahp->ah_txOkInterruptMask |= 1 << q;
924 ahp->ah_txOkInterruptMask &= ~(1 << q);
926 ahp->ah_txErrInterruptMask |= 1 << q;
928 ahp->ah_txErrInterruptMask &= ~(1 << q);
930 ahp->ah_txDescInterruptMask |= 1 << q;
932 ahp->ah_txDescInterruptMask &= ~(1 << q);
934 ahp->ah_txEolInterruptMask |= 1 << q;
936 ahp->ah_txEolInterruptMask &= ~(1 << q);
938 ahp->ah_txUrnInterruptMask |= 1 << q;
940 ahp->ah_txUrnInterruptMask &= ~(1 << q);