Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns/
H A Dhnae.h295 unsigned long coal_last_jiffies; member
556 unsigned long coal_last_jiffies; member
H A Dhns_enet.c734 time_before(jiffies, ring->coal_last_jiffies + (HZ >> 4))) in hns_update_rx_rate()
740 ring->coal_last_jiffies = jiffies; in hns_update_rx_rate()
745 time_passed_ms = jiffies_to_msecs(jiffies - ring->coal_last_jiffies); in hns_update_rx_rate()
750 ring->coal_last_jiffies = jiffies; in hns_update_rx_rate()
805 handle->coal_last_jiffies = jiffies; in hns_nic_adpt_coalesce()
809 time_after(jiffies, handle->coal_last_jiffies + (HZ >> 4))) { in hns_nic_adpt_coalesce()
816 handle->coal_last_jiffies = jiffies; in hns_nic_adpt_coalesce()
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns/
H A Dhnae.h295 unsigned long coal_last_jiffies; member
550 unsigned long coal_last_jiffies; member
H A Dhns_enet.c757 time_before(jiffies, ring->coal_last_jiffies + (HZ >> 4))) in hns_update_rx_rate()
763 ring->coal_last_jiffies = jiffies; in hns_update_rx_rate()
768 time_passed_ms = jiffies_to_msecs(jiffies - ring->coal_last_jiffies); in hns_update_rx_rate()
773 ring->coal_last_jiffies = jiffies; in hns_update_rx_rate()
828 handle->coal_last_jiffies = jiffies; in hns_nic_adpt_coalesce()
832 time_after(jiffies, handle->coal_last_jiffies + (HZ >> 4))) { in hns_nic_adpt_coalesce()
839 handle->coal_last_jiffies = jiffies; in hns_nic_adpt_coalesce()

Completed in 9 milliseconds