Revision cc02c66c hw/eepro100.c

b/hw/eepro100.c
188 188

  
189 189
typedef struct {
190 190
    uint32_t tx_good_frames, tx_max_collisions, tx_late_collisions,
191
        tx_underruns, tx_lost_crs, tx_deferred, tx_single_collisions,
192
        tx_multiple_collisions, tx_total_collisions;
191
             tx_underruns, tx_lost_crs, tx_deferred, tx_single_collisions,
192
             tx_multiple_collisions, tx_total_collisions;
193 193
    uint32_t rx_good_frames, rx_crc_errors, rx_alignment_errors,
194
        rx_resource_errors, rx_overrun_errors, rx_cdt_errors,
195
        rx_short_frame_errors;
194
             rx_resource_errors, rx_overrun_errors, rx_cdt_errors,
195
             rx_short_frame_errors;
196 196
    uint32_t fc_xmt_pause, fc_rcv_pause, fc_rcv_unsupported;
197 197
    uint16_t xmt_tco_frames, rcv_tco_frames;
198 198
    /* TODO: i82559 has six reserved statistics but a total of 24 dwords. */

Also available in: Unified diff