Lines Matching refs:ahp
133 struct ath_hal_5416 *ahp = AH5416(ah);
141 if (ahp->ah_cycleCount == 0 || ahp->ah_cycleCount > cycleCount) {
152 uint32_t cycleDelta = cycleCount - ahp->ah_cycleCount;
153 uint32_t ctlBusyDelta = ctlBusy - ahp->ah_ctlBusy;
154 uint32_t extBusyDelta = extBusy - ahp->ah_extBusy;
189 ahp->ah_cycleCount = cycleCount;
190 ahp->ah_ctlBusy = ctlBusy;
191 ahp->ah_extBusy = extBusy;
302 struct ath_hal_5416 *ahp = AH5416(ah);
315 ahp->ah_hangs = 0;
317 ahp->ah_hangs |= ar5416DetectBBHang(ah);
319 if (ahp->ah_hangs == 0 && (hangs & HAL_MAC_HANGS))
320 ahp->ah_hangs |= ar5416DetectMacHang(ah);
321 *result = &ahp->ah_hangs;
322 *resultsize = sizeof(ahp->ah_hangs);