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

/macosx-10.10/IOPCIFamily-239.1.2/
H A DIOPCIBridge.cpp183 uint8_t fAERReadIndex; member in struct:IOPCIAERRoot
2769 if (nextIdx != root->fAERReadIndex)
2900 while (root->fAERReadIndex != root->fAERWriteIndex)
2902 rstatus = root->fISRErrors[root->fAERReadIndex].status;
2903 source = root->fISRErrors[root->fAERReadIndex].source;
2904 nextIdx = root->fAERReadIndex + 1;
2906 root->fAERReadIndex = nextIdx;

Completed in 76 milliseconds