Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_dcb.c36 #define DIVISOR_IR_B_126 (126 * DIVISOR_CLK) in hns3_shaper_para_calc() macro
73 ir_calc = (DIVISOR_IR_B_126 + (tick >> 1) - 1) / tick; in hns3_shaper_para_calc()
81 ir_calc = DIVISOR_IR_B_126 / (tick * (1 << ir_s_calc)); in hns3_shaper_para_calc()
101 numerator = DIVISOR_IR_B_126 * (1 << ir_u_calc); in hns3_shaper_para_calc()