Searched refs:CSR0_BABL (Results 1 - 6 of 6) sorted by relevance

/drivers/net/ethernet/amd/
H A Dni65.h20 #define CSR0_BABL 0x4000 /* Babble transmitter timeout error (RC) */ macro
H A Dam79c961a.h45 #define CSR0_BABL 0x4000 macro
H A Dam79c961a.c247 write_rreg (dev->base_addr, CSR0, CSR0_BABL|CSR0_CERR|CSR0_MISS|CSR0_MERR|CSR0_TINT|CSR0_RINT|CSR0_STOP);
600 CSR0_MERR|CSR0_MISS|CSR0_CERR|CSR0_BABL));
H A Datarilance.c326 #define CSR0_BABL 0x4000 /* babble: tx-ed too many bits (RC) */ macro
942 if (csr0 & CSR0_BABL) dev->stats.tx_errors++; /* Tx babble. */
953 DREG = CSR0_BABL | CSR0_CERR | CSR0_MISS | CSR0_MERR |
H A Dsun3lance.c225 #define CSR0_BABL 0x4000 /* babble: tx-ed too many bits (RC) */ macro
680 DREG = CSR0_BABL | CSR0_MERR | CSR0_CERR | CSR0_MISS;
749 if (csr0 & CSR0_BABL) dev->stats.tx_errors++; /* Tx babble. */
763 // DREG = CSR0_BABL | CSR0_CERR | CSR0_MISS | CSR0_MERR |
H A Dni65.c908 if(csr0 & CSR0_BABL)
1023 if(!(csr0 & CSR0_BABL)) /* don't count errors twice */

Completed in 162 milliseconds