Home
last modified time | relevance | path

Searched refs:RSR_FOE (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/davicom/
H A Ddm9051.h91 #define RSR_FOE BIT(0) macro
93 RSR_AE | RSR_CE | RSR_FOE)
H A Ddm9000.h115 #define RSR_FOE (1<<0) macro
H A Ddm9000.c1137 if (rxhdr.RxStatus & (RSR_FOE | RSR_CE | RSR_AE | in dm9000_rx()
1141 if (rxhdr.RxStatus & RSR_FOE) { in dm9000_rx()
/openbmc/u-boot/drivers/net/
H A Ddm9000x.h110 #define RSR_FOE (1<<0) macro