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.h205 #define LE_R1_POK 0x03 /* Packet is complete: SOP + EOP */ macro
Dsunlance.c162 #define LE_R1_POK 0x03 /* Packet is complete: SOP + EOP */ macro
521 if ((bits & LE_R1_POK) != LE_R1_POK) { in lance_rx_dvma()
691 if ((bits & LE_R1_POK) != LE_R1_POK) { in lance_rx_pio()
D7990.c302 if ((bits & LE_R1_POK) != LE_R1_POK) { in lance_rx()
Da2065.c274 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()