[PATCH 15/21] Replace pci_dn with eeh_dev for EEH sysfs

2012-02-27 Thread Gavin Shan
With original EEH implementation, all EEH related statistics have been put into struct pci_dn. We've introduced struct eeh_dev to replace struct pci_dn in EEH core components, including EEH sysfs component. The patch shows EEH statistics from struct eeh_dev instead of struct pci_dn in EEH sysfs co

[PATCH 15/21] Replace pci_dn with eeh_dev for EEH sysfs

2012-02-24 Thread Gavin Shan
With original EEH implementation, all EEH related statistics have been put into struct pci_dn. We've introduced struct eeh_dev to replace struct pci_dn in EEH core components, including EEH sysfs component. The patch shows EEH statistics from struct eeh_dev instead of struct pci_dn in EEH sysfs co