Home
last modified time | relevance | path

Searched refs:coal_last_rx_bytes (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns/
H A Dhns_enet.c721 ring->coal_last_rx_bytes > HNS_LOWEST_LATENCY_RATE) in hns_coal_rx_bdnum()
738 if (ring->coal_last_rx_bytes > ring->stats.rx_bytes) { in hns_update_rx_rate()
739 ring->coal_last_rx_bytes = ring->stats.rx_bytes; in hns_update_rx_rate()
744 total_bytes = ring->stats.rx_bytes - ring->coal_last_rx_bytes; in hns_update_rx_rate()
749 ring->coal_last_rx_bytes = ring->stats.rx_bytes; in hns_update_rx_rate()
H A Dhnae.h294 u64 coal_last_rx_bytes; member
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns/
H A Dhns_enet.c744 ring->coal_last_rx_bytes > HNS_LOWEST_LATENCY_RATE) in hns_coal_rx_bdnum()
761 if (ring->coal_last_rx_bytes > ring->stats.rx_bytes) { in hns_update_rx_rate()
762 ring->coal_last_rx_bytes = ring->stats.rx_bytes; in hns_update_rx_rate()
767 total_bytes = ring->stats.rx_bytes - ring->coal_last_rx_bytes; in hns_update_rx_rate()
772 ring->coal_last_rx_bytes = ring->stats.rx_bytes; in hns_update_rx_rate()
H A Dhnae.h294 u64 coal_last_rx_bytes; member

Completed in 10 milliseconds