Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/hisilicon/hns/
Dhnae.h295 unsigned long coal_last_jiffies; member
550 unsigned long coal_last_jiffies; member
Dhns_enet.c732 time_before(jiffies, ring->coal_last_jiffies + (HZ >> 4))) in hns_update_rx_rate()
738 ring->coal_last_jiffies = jiffies; in hns_update_rx_rate()
743 time_passed_ms = jiffies_to_msecs(jiffies - ring->coal_last_jiffies); in hns_update_rx_rate()
748 ring->coal_last_jiffies = jiffies; in hns_update_rx_rate()
803 handle->coal_last_jiffies = jiffies; in hns_nic_adpt_coalesce()
807 time_after(jiffies, handle->coal_last_jiffies + (HZ >> 4))) { in hns_nic_adpt_coalesce()
814 handle->coal_last_jiffies = jiffies; in hns_nic_adpt_coalesce()