Home
last modified time | relevance | path

Searched refs:smooth_alg (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns/
H A Dhns_enet.c754 * smooth_alg - smoothing algrithm for adjusting coalesce parameter
758 static u32 smooth_alg(u32 new_param, u32 old_param) in smooth_alg() function
793 new_coal_param = smooth_alg(new_coal_param, old_coal_param); in hns_nic_adpt_coalesce()
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns/
H A Dhns_enet.c777 * smooth_alg - smoothing algrithm for adjusting coalesce parameter
781 static u32 smooth_alg(u32 new_param, u32 old_param) in smooth_alg() function
816 new_coal_param = smooth_alg(new_coal_param, old_coal_param); in hns_nic_adpt_coalesce()

Completed in 7 milliseconds