Searched defs:pal_bus_check_info_s (Results 1 – 1 of 1) sorted by relevance
574 typedef struct pal_bus_check_info_s { struct575 u64 size : 5, /* Xaction size */576 ib : 1, /* Internal bus error */577 eb : 1, /* External bus error */578 cc : 1, /* Error occurred582 type : 8, /* Bus xaction type*/583 sev : 5, /* Bus error severity*/584 hier : 2, /* Bus hierarchy level */585 dp : 1, /* Data poisoned on MBE */586 bsi : 8, /* Bus error status[all …]