Searched refs:hclge_tm_set_field (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_tm.c | 380 hclge_tm_set_field(shapping_para, IR_B, ir_b); in hclge_tm_pg_shapping_cfg() 381 hclge_tm_set_field(shapping_para, IR_U, ir_u); in hclge_tm_pg_shapping_cfg() 382 hclge_tm_set_field(shapping_para, IR_S, ir_s); in hclge_tm_pg_shapping_cfg() 383 hclge_tm_set_field(shapping_para, BS_B, bs_b); in hclge_tm_pg_shapping_cfg() 384 hclge_tm_set_field(shapping_para, BS_S, bs_s); in hclge_tm_pg_shapping_cfg() 408 hclge_tm_set_field(shapping_para, IR_B, ir_b); in hclge_tm_port_shaper_cfg() 409 hclge_tm_set_field(shapping_para, IR_U, ir_u); in hclge_tm_port_shaper_cfg() 410 hclge_tm_set_field(shapping_para, IR_S, ir_s); in hclge_tm_port_shaper_cfg() 411 hclge_tm_set_field(shapping_para, BS_B, HCLGE_SHAPER_BS_U_DEF); in hclge_tm_port_shaper_cfg() 412 hclge_tm_set_field(shapping_para, BS_S, HCLGE_SHAPER_BS_S_DEF); in hclge_tm_port_shaper_cfg() [all …]
|
D | hclge_tm.h | 119 #define hclge_tm_set_field(dest, string, val) \ macro
|