Home
last modified time | relevance | path

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

/drivers/net/ethernet/amd/
Da2065.h134 #define LE_R1_POK 0x03 /* Packet is complete: SOP + EOP */ macro
D7990.h209 #define LE_R1_POK 0x03 /* Packet is complete: SOP + EOP */ macro
Dsunlance.c163 #define LE_R1_POK 0x03 /* Packet is complete: SOP + EOP */ macro
522 if ((bits & LE_R1_POK) != LE_R1_POK) { in lance_rx_dvma()
694 if ((bits & LE_R1_POK) != LE_R1_POK) { in lance_rx_pio()
D7990.c303 if ((bits & LE_R1_POK) != LE_R1_POK) { in lance_rx()
Da2065.c273 if ((bits & LE_R1_POK) != LE_R1_POK) { in lance_rx()
Ddeclance.c129 #define LE_R1_POK 0x0300 /* Packet is complete: SOP + EOP */ macro
588 if ((bits & LE_R1_POK) != LE_R1_POK) { in lance_rx()