Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/hisilicon/hns/
Dhns_enet.c719 ring->coal_last_rx_bytes > HNS_LOWEST_LATENCY_RATE) in hns_coal_rx_bdnum()
736 if (ring->coal_last_rx_bytes > ring->stats.rx_bytes) { in hns_update_rx_rate()
737 ring->coal_last_rx_bytes = ring->stats.rx_bytes; in hns_update_rx_rate()
742 total_bytes = ring->stats.rx_bytes - ring->coal_last_rx_bytes; in hns_update_rx_rate()
747 ring->coal_last_rx_bytes = ring->stats.rx_bytes; in hns_update_rx_rate()
Dhnae.h294 u64 coal_last_rx_bytes; member