Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/drivers/net/ethernet/dec/tulip/
H A Dde2104x.c192 PciErr = (1 << 13), enumerator
248 LinkPass | LinkFail | PciErr;
526 if (status & PciErr) { in de_interrupt()