Lines Matching defs:mtk_hw_stats
506 struct mtk_hw_stats { struct
507 u64 tx_bytes;
508 u64 tx_packets;
509 u64 tx_skip;
510 u64 tx_collisions;
511 u64 rx_bytes;
512 u64 rx_packets;
513 u64 rx_overflow;
514 u64 rx_fcs_errors;
515 u64 rx_short_errors;
516 u64 rx_long_errors;
517 u64 rx_checksum_errors;
518 u64 rx_flow_control_packets;
520 spinlock_t stats_lock;
521 u32 reg_offset;
522 struct u64_stats_sync syncp;