Lines Matching defs:error
189 /* There was a fatal error. */
191 netdev_dbg(dev, "Receive error, Rx status %08x\n",
420 /* There was a fatal error. */
422 netdev_dbg(dev, "Receive error, Rx status %08x\n",
615 /* There was an major error, log it. */
618 netdev_dbg(dev, "Transmit error, Tx status %08x\n",
676 if (csr5 & AbnormalIntr) { /* Abnormal error summary bit. */
710 int error = (csr5 >> 23) & 7;
711 /* oops, we hit a PCI error. The code produced corresponds
713 * 0 - parity error
716 * Note that on parity error, we should do a software reset
723 tp->nir, error);
725 /* Clear all error sources, included undocumented ones! */