Home
last modified time | relevance | path

Searched refs:stat_rx_bytes (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/
H A Dec_bhf.c148 u64 stat_rx_bytes; member
219 priv->stat_rx_bytes += pkt_size; in ec_bhf_process_rx()
465 stats->rx_bytes = priv->stat_rx_bytes; in ec_bhf_get_stats()
/openbmc/linux/drivers/net/ethernet/nvidia/
H A Dforcedeth.c718 u64 stat_rx_bytes; /* not always available in HW */ member
1739 rx_bytes = src->stat_rx_bytes; in nv_get_stats()
2978 nv_txrx_stats_add(stat_rx_bytes, len); in nv_rx_process()
3064 nv_txrx_stats_add(stat_rx_bytes, len); in nv_rx_process_optimized()