Searched refs:ir_s (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_tm.c | 66 * Calc the speed if ir_b = 126, ir_u = 0 and ir_s = 0 in hclge_shaper_para_calc() 77 ir_para->ir_s = 0; in hclge_shaper_para_calc() 81 /* Increasing the denominator to select ir_s value */ in hclge_shaper_para_calc() 109 ir_para->ir_s = ir_s_calc; in hclge_shaper_para_calc() 364 static u32 hclge_tm_get_shapping_para(u8 ir_b, u8 ir_u, u8 ir_s, in hclge_tm_get_shapping_para() argument 371 hclge_tm_set_field(shapping_para, IR_S, ir_s); in hclge_tm_get_shapping_para() 417 ir_para.ir_s, in hclge_tm_port_shaper_cfg() 534 ir_para.ir_s, in hclge_tm_qs_shaper_cfg() 781 ir_para.ir_s, in hclge_tm_pg_shaper_cfg() 908 ir_para.ir_s, in hclge_tm_pri_tc_base_shaper_cfg() [all...] |
H A D | hclge_tm.h | 150 u8 ir_s; /* IR_S parameter of IR shaper */ member
|
H A D | hclge_debugfs.c | 1379 u8 ir_u, ir_b, ir_s, bs_b, bs_s; in hclge_dbg_dump_qs_shaper_single() local 1400 ir_s = hclge_tm_get_field(shapping_para, IR_S); in hclge_dbg_dump_qs_shaper_single() 1405 "qs%u ir_b:%u, ir_u:%u, ir_s:%u, bs_b:%u, bs_s:%u\n", in hclge_dbg_dump_qs_shaper_single() 1406 qsid, ir_b, ir_u, ir_s, bs_b, bs_s); in hclge_dbg_dump_qs_shaper_single()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_tm.c | 67 * Calc the speed if ir_b = 126, ir_u = 0 and ir_s = 0 in hclge_shaper_para_calc() 78 ir_para->ir_s = 0; in hclge_shaper_para_calc() 82 /* Increasing the denominator to select ir_s value */ 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() [all...] |
H A D | hclge_tm.h | 203 u8 ir_s; /* IR_S parameter of IR shaper */ member 221 u8 ir_s; member
|
H A D | hclge_debugfs.c | 729 sprintf(result[(*index)++], "%3u", para->ir_s); in hclge_dbg_fill_shaper_content() 831 shaper_para.ir_b, shaper_para.ir_u, shaper_para.ir_s, in hclge_dbg_dump_tm_port()
|
Completed in 12 milliseconds