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