Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_dcb.c122 shaper_para->ir_s = ir_s_calc; in hns3_shaper_para_calc()
325 hns3_dcb_set_field(shapping_para, IR_S, ir_s); in hns3_dcb_get_shapping_para()
338 uint32_t ir_u, ir_b, ir_s; in hns3_dcb_port_shaper_cfg() local
354 ir_s = shaper_parameter.ir_s; in hns3_dcb_port_shaper_cfg()
355 shapping_para = hns3_dcb_get_shapping_para(ir_b, ir_u, ir_s, in hns3_dcb_port_shaper_cfg()
411 uint32_t ir_u, ir_b, ir_s; in hns3_dcb_pg_shaper_cfg() local
449 ir_s = shaper_parameter.ir_s; in hns3_dcb_pg_shaper_cfg()
450 shaper_para = hns3_dcb_get_shapping_para(ir_b, ir_u, ir_s, in hns3_dcb_pg_shaper_cfg()
537 uint32_t ir_u, ir_b, ir_s; in hns3_dcb_pri_tc_base_shaper_cfg() local
567 ir_s = shaper_parameter.ir_s; in hns3_dcb_pri_tc_base_shaper_cfg()
[all …]
H A Dhns3_dcb.h181 uint32_t ir_s; /* IR_S parameter of IR shaper */ member