Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/hisilicon/hns3/hns3pf/
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()
384 static u32 hclge_tm_get_shapping_para(u8 ir_b, u8 ir_u, u8 ir_s, in hclge_tm_get_shapping_para() argument
391 hclge_tm_set_field(shapping_para, IR_S, ir_s); in hclge_tm_get_shapping_para()
441 ir_para.ir_s, in hclge_tm_port_shaper_cfg()
566 ir_para.ir_s, in hclge_tm_qs_shaper_cfg()
862 ir_para.ir_s, in hclge_tm_pg_shaper_cfg()
989 ir_para.ir_s, in hclge_tm_pri_tc_base_shaper_cfg()
1024 ir_para.ir_s, in hclge_tm_pri_vnet_base_shaper_pri_cfg()
1737 para->ir_s = hclge_tm_get_field(shapping_para, IR_S); in hclge_tm_get_qset_shaper()
[all …]
Dhclge_tm.h188 u8 ir_s; /* IR_S parameter of IR shaper */ member
206 u8 ir_s; member
Dhclge_debugfs.c713 sprintf(result[(*index)++], "%3u", para->ir_s); in hclge_dbg_fill_shaper_content()
816 shaper_para.ir_b, shaper_para.ir_u, shaper_para.ir_s, in hclge_dbg_dump_tm_port()