Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/amd/ !
H A Dsun3lance.c227 #define CSR0_BABL 0x4000 /* babble: tx-ed too many bits (RC) */ macro
667 DREG = CSR0_BABL | CSR0_MERR | CSR0_CERR | CSR0_MISS; in lance_interrupt()
736 if (csr0 & CSR0_BABL) dev->stats.tx_errors++; /* Tx babble. */ in lance_interrupt()
750 // DREG = CSR0_BABL | CSR0_CERR | CSR0_MISS | CSR0_MERR | in lance_interrupt()
H A Datarilance.c327 #define CSR0_BABL 0x4000 /* babble: tx-ed too many bits (RC) */ macro
940 if (csr0 & CSR0_BABL) dev->stats.tx_errors++; /* Tx babble. */ in lance_interrupt()
951 DREG = CSR0_BABL | CSR0_CERR | CSR0_MISS | CSR0_MERR | in lance_interrupt()