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

/macosx-10.10/IOPCIFamily-239.1.2/
H A DIOPCIBridge.cpp184 uint8_t fAERWriteIndex; member in struct:IOPCIAERRoot
2767 nextIdx = root->fAERWriteIndex + 1;
2771 root->fISRErrors[root->fAERWriteIndex].status = status;
2772 root->fISRErrors[root->fAERWriteIndex].source = fBridgeDevice->configRead32(fBridgeDevice->reserved->aerCapability + 0x34);
2773 root->fAERWriteIndex = nextIdx;
2900 while (root->fAERReadIndex != root->fAERWriteIndex)

Completed in 147 milliseconds