Home
last modified time | relevance | path

Searched refs:RSR_FAE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/usb/
H A Drtl8150.c66 #define RSR_FAE (1<<1) macro
67 #define RSR_ERRORS (RSR_CRC | RSR_FAE)
/openbmc/linux/drivers/net/ethernet/via/
H A Dvia-velocity.h69 #define RSR_FAE cpu_to_le16(0x0004) macro
H A Dvia-velocity.c2133 if (rd->rdesc0.RSR & RSR_FAE) in velocity_rx_srv()