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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A D8139cp.c31 * Complete reset on PciErr
231 PciErr = (1 << 15), /* System error on the PCI bus */ enumerator in enum:__anon12415
246 IntrAll = PciErr | TimerIntr | LenChg | SWInt | TxEmpty |
296 cp_norx_intr_mask = PciErr | LinkChg | TxOK | TxErr | TxEmpty,
648 if (status & PciErr) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/tulip/
H A Dde2104x.c21 * Complete reset on PciErr
196 PciErr = (1 << 13), enumerator in enum:__anon13466
252 LinkPass | LinkFail | PciErr;
531 if (status & PciErr) {

Completed in 71 milliseconds