Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/amd/
H A Da2065.h134 #define LE_R1_POK 0x03 /* Packet is complete: SOP + EOP */ macro
H A D7990.h206 #define LE_R1_POK 0x03 /* Packet is complete: SOP + EOP */ macro
H A Dsunlance.c158 #define LE_R1_POK 0x03 /* Packet is complete: SOP + EOP */ macro
517 if ((bits & LE_R1_POK) != LE_R1_POK) { in lance_rx_dvma()
687 if ((bits & LE_R1_POK) != LE_R1_POK) { in lance_rx_pio()
H A D7990.c303 if ((bits & LE_R1_POK) != LE_R1_POK) { in lance_rx()
H A Da2065.c271 if ((bits & LE_R1_POK) != LE_R1_POK) { in lance_rx()
H A Ddeclance.c130 #define LE_R1_POK 0x0300 /* Packet is complete: SOP + EOP */ macro
590 if ((bits & LE_R1_POK) != LE_R1_POK) { in lance_rx()