Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_tm.c78 ir_para->ir_s = 0; in hclge_shaper_para_calc()
111 ir_para->ir_s = ir_s_calc; in hclge_shaper_para_calc()
425 static u32 hclge_tm_get_shapping_para(u8 ir_b, u8 ir_u, u8 ir_s, in hclge_tm_get_shapping_para() argument
432 hclge_tm_set_field(shapping_para, IR_S, ir_s); in hclge_tm_get_shapping_para()
482 ir_para.ir_s, in hclge_tm_port_shaper_cfg()
607 ir_para.ir_s, in hclge_tm_qs_shaper_cfg()
916 ir_para.ir_s, in hclge_tm_pg_shaper_cfg()
1067 ir_para.ir_s, in hclge_tm_pri_tc_base_shaper_cfg()
1112 ir_para.ir_s, in hclge_tm_pri_vnet_base_shaper_pri_cfg()
1856 para->ir_s = hclge_tm_get_field(shapping_para, IR_S); in hclge_tm_get_qset_shaper()
[all …]
H A Dhclge_tm.h203 u8 ir_s; /* IR_S parameter of IR shaper */ member
221 u8 ir_s; member
H A Dhclge_debugfs.c1367 sprintf(result[(*index)++], "%3u", para->ir_s); in hclge_dbg_fill_shaper_content()
1469 shaper_para.ir_b, shaper_para.ir_u, shaper_para.ir_s, in hclge_dbg_dump_tm_port()