Home
last modified time | relevance | path

Searched refs:pci_errs (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ethernet/sun/
H A Dsungem.c540 int pci_errs; in gem_pci_interrupt() local
545 pci_errs = pci_status_get_and_clear_errors(gp->pdev); in gem_pci_interrupt()
546 netdev_err(dev, "PCI status errors[%04x]\n", pci_errs); in gem_pci_interrupt()
547 if (pci_errs & PCI_STATUS_PARITY) in gem_pci_interrupt()
549 if (pci_errs & PCI_STATUS_SIG_TARGET_ABORT) in gem_pci_interrupt()
551 if (pci_errs & PCI_STATUS_REC_TARGET_ABORT) in gem_pci_interrupt()
553 if (pci_errs & PCI_STATUS_REC_MASTER_ABORT) in gem_pci_interrupt()
555 if (pci_errs & PCI_STATUS_SIG_SYSTEM_ERROR) in gem_pci_interrupt()
557 if (pci_errs & PCI_STATUS_DETECTED_PARITY) in gem_pci_interrupt()