txx9_pci_err_action
extern enum txx9_pci_err_action txx9_pci_err_action;
if (txx9_pci_err_action != TXX9_PCI_ERR_IGNORE) {
if (txx9_pci_err_action != TXX9_PCI_ERR_PANIC) {
enum txx9_pci_err_action txx9_pci_err_action = TXX9_PCI_ERR_REPORT;
txx9_pci_err_action = TXX9_PCI_ERR_PANIC;
txx9_pci_err_action = TXX9_PCI_ERR_IGNORE;