Home
last modified time | relevance | path

Searched refs:LE_R1_OFL (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/amd/
Da2065.h129 #define LE_R1_OFL 0x10 /* Overflow Error */ macro
D7990.h204 #define LE_R1_OFL 0x10 /* Overflow Error */ macro
Dsunlance.c158 #define LE_R1_OFL 0x10 /* OFL: Frame overflow */ macro
531 if (bits & LE_R1_OFL) dev->stats.rx_over_errors++; in lance_rx_dvma()
703 if (bits & LE_R1_OFL) dev->stats.rx_over_errors++; in lance_rx_pio()
Ddeclance.c124 #define LE_R1_OFL 0x1000 /* OFL: Frame overflow */ macro
599 if (bits & LE_R1_OFL) in lance_rx()
D7990.c313 if (bits & LE_R1_OFL) dev->stats.rx_over_errors++; in lance_rx()
Da2065.c285 if (bits & LE_R1_OFL) in lance_rx()