Searched refs:ah_hangs (Results 1 – 2 of 2) sorted by relevance
547 ahp->ah_hangs = 0; in ar5416GetDiagState()549 ahp->ah_hangs |= ar5416DetectBBHang(ah); in ar5416GetDiagState()551 if (ahp->ah_hangs == 0 && (hangs & HAL_MAC_HANGS)) in ar5416GetDiagState()552 ahp->ah_hangs |= ar5416DetectMacHang(ah); in ar5416GetDiagState()553 *result = &ahp->ah_hangs; in ar5416GetDiagState()554 *resultsize = sizeof(ahp->ah_hangs); in ar5416GetDiagState()
109 int ah_hangs; /* h/w hangs state */ member