Home
last modified time | relevance | path

Searched refs:old_rx_bytes (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/net/ethernet/sfc/
H A Defx.c610 stats->bytes = rx_queue->rx_bytes - rx_queue->old_rx_bytes; in efx_get_queue_stats_rx()
675 rx->bytes += rx_queue->old_rx_bytes; in efx_get_base_stats()
H A Dnet_driver.h444 unsigned long old_rx_bytes; member
H A Drx_common.c245 rx_queue->old_rx_bytes = rx_queue->rx_bytes; in efx_init_rx_queue()