Searched defs:CSR0_MISS (Results 1 - 4 of 4) sorted by relevance

/drivers/net/ethernet/amd/
H A Dni65.h22 #define CSR0_MISS 0x1000 /* Missed packet (RC) */ macro
H A Dam79c961a.h43 #define CSR0_MISS 0x1000 macro
H A Dsun3lance.c223 #define CSR0_MISS 0x1000 /* missed frame (RC) */ macro
680 DREG = CSR0_BABL | CSR0_MERR | CSR0_CERR | CSR0_MISS;
750 if (csr0 & CSR0_MISS) dev->stats.rx_errors++; /* Missed a Rx frame. */
763 // DREG = CSR0_BABL | CSR0_CERR | CSR0_MISS | CSR0_MERR |
H A Datarilance.c324 #define CSR0_MISS 0x1000 /* missed frame (RC) */ macro
940 if (csr0 & CSR0_MISS) dev->stats.rx_errors++; /* Missed a Rx frame. */
950 DREG = CSR0_BABL | CSR0_CERR | CSR0_MISS | CSR0_MERR |

Completed in 282 milliseconds