Home
last modified time | relevance | path

Searched defs:mtk_hw_stats (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/mediatek/
Dmtk_eth_soc.h427 struct mtk_hw_stats { struct
428 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 …]
/Linux-v4.19/drivers/staging/mt7621-eth/
Dmtk_eth_soc.h515 struct mtk_hw_stats { struct
516 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 …]