Home
last modified time | relevance | path

Searched full:rx_hi (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/drivers/net/microchip/
H A Dksz9477_qos.sh170 # are only tx_hi and rx_hi counters, which are used to count packets
206 local swp1_rx_hi_before=$(ethtool_stats_get ${swp1} "rx_hi")
248 local swp1_rx_hi_after=$(ethtool_stats_get ${swp1} "rx_hi")
265 # tx/rx_hi counted in bytes. So, we need to compare the difference in bytes
/linux/drivers/net/dsa/microchip/
H A Dksz_common.c42 u64 rx_hi; member
82 u64 rx_hi; member
119 { 0x01, "rx_hi" },
155 { 0x00, "rx_hi" },
2315 stats->rx_bytes = raw->rx + raw->rx_hi - stats->rx_packets * ETH_FCS_LEN; in ksz88xx_r_mib_stats64()