Lines Matching defs:gbe_hw_stats
580 struct gbe_hw_stats { struct
581 u32 rx_good_frames;
582 u32 rx_broadcast_frames;
583 u32 rx_multicast_frames;
584 u32 rx_pause_frames;
585 u32 rx_crc_errors;
586 u32 rx_align_code_errors;
587 u32 rx_oversized_frames;
588 u32 rx_jabber_frames;
589 u32 rx_undersized_frames;
590 u32 rx_fragments;
591 u32 __pad_0[2];
592 u32 rx_bytes;
593 u32 tx_good_frames;
594 u32 tx_broadcast_frames;
618 #define GBE13_NUM_HW_STAT_ENTRIES (sizeof(struct gbe_hw_stats)/sizeof(u32)) argument