Peter Maydell 889ac2a32f hw/net/stellaris_enet: Get rid of rx_fifo pointer
The rx_fifo pointer is awkward to migrate, and is actually
redundant since it is always possible to determine it from
the current rx[].len/.data and rx_fifo_len. Remove both
rx_fifo and rx_fifo_len from the state, replacing them with
a simple rx_fifo_offset which points at the current location
in the RX fifo.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
2014-05-13 16:09:37 +01:00
..
2014-03-15 13:54:18 +04:00
2014-01-27 15:44:06 +01:00
2013-07-29 21:07:02 +02:00
2013-11-05 19:57:46 -08:00
2013-10-31 16:58:32 +01:00
2014-04-25 13:40:03 +02:00
2014-05-07 21:00:43 +04:00