Searched refs:ir_s (Results 1 – 2 of 2) sorted by relevance
| /dpdk/drivers/net/hns3/ |
| H A D | hns3_dcb.c | 119 shaper_para->ir_s = ir_s_calc; in hns3_shaper_para_calc() 326 hns3_dcb_set_field(shapping_para, IR_S, ir_s); in hns3_dcb_get_shapping_para() 339 uint32_t ir_u, ir_b, ir_s; in hns3_dcb_port_shaper_cfg() local 355 ir_s = shaper_parameter.ir_s; in hns3_dcb_port_shaper_cfg() 356 shapping_para = hns3_dcb_get_shapping_para(ir_b, ir_u, ir_s, in hns3_dcb_port_shaper_cfg() 422 uint32_t ir_u, ir_b, ir_s; in hns3_pg_shaper_rate_cfg() local 449 ir_s = shaper_parameter.ir_s; in hns3_pg_shaper_rate_cfg() 450 shaper_para = hns3_dcb_get_shapping_para(ir_b, ir_u, ir_s, in hns3_pg_shaper_rate_cfg() 558 uint32_t ir_u, ir_b, ir_s; in hns3_pri_shaper_rate_cfg() local 585 ir_s = shaper_parameter.ir_s; in hns3_pri_shaper_rate_cfg() [all …]
|
| H A D | hns3_dcb.h | 181 uint32_t ir_s; /* IR_S parameter of IR shaper */ member
|