Searched refs:AERInfo (Results 1 – 1 of 1) sorted by relevance
129 uint8_t AERInfo[96]; member267 (p->ValidationBits & 0x80) ? p->AERInfo : NULL); in apei_pcie_handler()317 for (off = 0; off < sizeof(p->AERInfo); off++) { in apei_pcie_handler()318 printf(" %02x", p->AERInfo[off]); in apei_pcie_handler()319 if ((off % 16) == 15 || off + 1 == sizeof(p->AERInfo)) in apei_pcie_handler()