Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/realtek/
H A D8139cp.c222 PciErr = (1 << 15), /* System error on the PCI bus */ enumerator
237 IntrAll = PciErr | TimerIntr | LenChg | SWInt | TxEmpty |
287 cp_norx_intr_mask = PciErr | LinkChg | TxOK | TxErr | TxEmpty,
615 if (status & PciErr) { in cp_interrupt()