Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Deepro100.c126 #define RFD_CONTROL_S 0x4000 /* 1=suspend RU after receiving frame */ macro
686 rx_ring[rx_next].control = cpu_to_le16 (RFD_CONTROL_S); in eepro100_recv()
877 (i == NUM_RX_DESC - 1) ? cpu_to_le16 (RFD_CONTROL_S) : 0; in init_rx_ring()