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

/drivers/net/ethernet/amd/
H A Da2065.h128 #define LE_R1_FRA 0x20 /* Framing Error */ macro
H A D7990.h203 #define LE_R1_FRA 0x20 /* Framing Error */ macro
H A Ddeclance.c124 #define LE_R1_FRA 0x2000 /* FRA: Frame error */ macro
602 if (bits & LE_R1_FRA)
H A Dsunlance.c158 #define LE_R1_FRA 0x20 /* FRA: Frame error */ macro
533 if (bits & LE_R1_FRA) dev->stats.rx_frame_errors++;
705 if (bits & LE_R1_FRA) dev->stats.rx_frame_errors++;

Completed in 238 milliseconds