Searched defs:mtk_hw_stats (Results 1 – 2 of 2) sorted by relevance
427 struct mtk_hw_stats { struct428 u64 tx_bytes;429 u64 tx_packets;430 u64 tx_skip;431 u64 tx_collisions;432 u64 rx_bytes;433 u64 rx_packets;434 u64 rx_overflow;435 u64 rx_fcs_errors;436 u64 rx_short_errors;[all …]
515 struct mtk_hw_stats { struct516 spinlock_t stats_lock;517 u32 reg_offset;518 struct u64_stats_sync syncp;520 u64 tx_bytes;521 u64 tx_packets;522 u64 tx_skip;523 u64 tx_collisions;524 u64 rx_bytes;525 u64 rx_packets;[all …]